File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -134,7 +134,7 @@ Wrappers are not guaranteed to be API stable or up to date.
134134    # cython freenect.pyx 
135135    python2 setup.py build_ext --inplace 
136136
137- For example, start with [ demo_cv_async.py] ( https://gihub .com/OpenKinect/libfreenect/tree/master/wrappers/python/devmo_cv_async .py ) .
137+ For example, start with [ demo_cv_async.py] ( https://github .com/OpenKinect/libfreenect/tree/master/wrappers/python/demo_cv_async .py ) .
138138
139139
140140# Code Contributions  
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ target_link_libraries (freenectstatic ${LIBUSB_1_LIBRARIES})
4747install  (FILES  "../include/libfreenect.h"  "../include/libfreenect_registration.h"  "../include/libfreenect_audio.h" 
4848  DESTINATION  ${PROJECT_INCLUDE_INSTALL_DIR} )
4949
50- IF (UNIX   AND   NOT   APPLE )
50+ IF (UNIX )
5151  # Produce a pkg-config file for linking against the shared lib 
5252  configure_file  ("libfreenect.pc.in"  "libfreenect.pc"  @ONLY)
5353  install  (FILES  "${CMAKE_CURRENT_BINARY_DIR} /libfreenect.pc" 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments