File tree Expand file tree Collapse file tree 14 files changed +21
-26
lines changed Expand file tree Collapse file tree 14 files changed +21
-26
lines changed Original file line number Diff line number Diff line change @@ -193,13 +193,13 @@ IF ( BUILD_CPACK )
193193
194194 INSTALL (FILES "${CMAKE_BINARY_DIR} /lib/libfreenect.a" DESTINATION ${PROJECT_LIBRARY_INSTALL_DIR} )
195195 if (BUILD_AUDIO)
196- INSTALL (FILES "include/libfreenect-audio .h" DESTINATION ${PROJECT_INCLUDE_INSTALL_DIR} )
196+ INSTALL (FILES "include/libfreenect_audio .h" DESTINATION ${PROJECT_INCLUDE_INSTALL_DIR} )
197197 endif ()
198198 INSTALL (FILES "include/libfreenect.h" DESTINATION ${PROJECT_INCLUDE_INSTALL_DIR} )
199- INSTALL (FILES "include/libfreenect-registration .h" DESTINATION ${PROJECT_INCLUDE_INSTALL_DIR} )
199+ INSTALL (FILES "include/libfreenect_registration .h" DESTINATION ${PROJECT_INCLUDE_INSTALL_DIR} )
200200 INSTALL (FILES "APACHE20" DESTINATION "share/doc/${CPACK_PACKAGE_NAME} " )
201201 INSTALL (FILES "GPL2" DESTINATION "share/doc/${CPACK_PACKAGE_NAME} " )
202- INSTALL (FILES "README.asciidoc " DESTINATION "share/doc/${CPACK_PACKAGE_NAME} " )
202+ INSTALL (FILES "README.md " DESTINATION "share/doc/${CPACK_PACKAGE_NAME} " )
203203
204204ENDIF ( BUILD_CPACK )
205205
Original file line number Diff line number Diff line change 2525 */
2626
2727#include "libfreenect.h"
28- #include "libfreenect-audio .h"
28+ #include "libfreenect_audio .h"
2929#include <stdio.h>
3030#include <string.h>
3131#include <signal.h>
Original file line number Diff line number Diff line change 2525 */
2626
2727#include "libfreenect.h"
28- #include "libfreenect-audio .h"
28+ #include "libfreenect_audio .h"
2929#include <stdio.h>
3030#include <signal.h>
3131
Original file line number Diff line number Diff line change 2323 * either License.
2424 */
2525
26- #include < libfreenect.h>
26+ #include " libfreenect.h"
2727#include <stdio.h>
2828#include <string.h>
2929#include <stdlib.h>
Original file line number Diff line number Diff line change 2323 * either License.
2424 */
2525
26+ #include "libfreenect.h"
2627#include <sys/stat.h>
2728#include <sys/types.h>
28- #include <libfreenect.h>
2929#include <stdio.h>
3030#include <signal.h>
3131#include <string.h>
Original file line number Diff line number Diff line change 2323 * Binary distributions must follow the binary distribution requirements of
2424 * either License.
2525 */
26-
2726#pragma once
2827
29- #include < libfreenect.h>
28+ #include " libfreenect.h"
3029#include <stdint.h>
3130
3231#ifdef __cplusplus
Original file line number Diff line number Diff line change 2323 * Binary distributions must follow the binary distribution requirements of
2424 * either License.
2525 */
26-
2726#pragma once
2827
29- #include < libfreenect.h>
28+ #include " libfreenect.h"
3029#include <stdint.h>
3130
3231#ifdef __cplusplus
Original file line number Diff line number Diff line change @@ -48,10 +48,10 @@ target_link_libraries (freenect ${LIBUSB_1_LIBRARIES})
4848target_link_libraries (freenectstatic ${LIBUSB_1_LIBRARIES} )
4949
5050# Install the header files
51- install (FILES "../include/libfreenect.h" "../include/libfreenect-registration .h"
51+ install (FILES "../include/libfreenect.h" "../include/libfreenect_registration .h"
5252 DESTINATION ${PROJECT_INCLUDE_INSTALL_DIR} )
5353if (BUILD_AUDIO)
54- install (FILES "../include/libfreenect-audio .h"
54+ install (FILES "../include/libfreenect_audio .h"
5555 DESTINATION ${PROJECT_INCLUDE_INSTALL_DIR} )
5656endif ()
5757
Original file line number Diff line number Diff line change 2424 * either License.
2525 */
2626#include "libfreenect.h"
27- #include "libfreenect-audio .h"
27+ #include "libfreenect_audio .h"
2828#include "freenect_internal.h"
2929
3030#include <string.h>
Original file line number Diff line number Diff line change 2323 * Binary distributions must follow the binary distribution requirements of
2424 * either License.
2525 */
26-
2726#pragma once
2827
2928#include <stdint.h>
3029
3130#include "libfreenect.h"
32- #include "libfreenect-registration .h"
31+ #include "libfreenect_registration .h"
3332
3433#ifdef BUILD_AUDIO
35- #include "libfreenect-audio .h"
34+ #include "libfreenect_audio .h"
3635#endif
3736
3837#ifdef __ELF__
39- #define FN_INTERNAL __attribute__ ((visibility ("hidden")))
38+ #define FN_INTERNAL __attribute__ ((visibility ("hidden")))
4039#else
41- #define FN_INTERNAL
40+ #define FN_INTERNAL
4241#endif
4342
4443
You can’t perform that action at this time.
0 commit comments