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 )
193
193
194
194
INSTALL (FILES "${CMAKE_BINARY_DIR} /lib/libfreenect.a" DESTINATION ${PROJECT_LIBRARY_INSTALL_DIR} )
195
195
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} )
197
197
endif ()
198
198
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} )
200
200
INSTALL (FILES "APACHE20" DESTINATION "share/doc/${CPACK_PACKAGE_NAME} " )
201
201
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} " )
203
203
204
204
ENDIF ( BUILD_CPACK )
205
205
Original file line number Diff line number Diff line change 25
25
*/
26
26
27
27
#include "libfreenect.h"
28
- #include "libfreenect-audio .h"
28
+ #include "libfreenect_audio .h"
29
29
#include <stdio.h>
30
30
#include <string.h>
31
31
#include <signal.h>
Original file line number Diff line number Diff line change 25
25
*/
26
26
27
27
#include "libfreenect.h"
28
- #include "libfreenect-audio .h"
28
+ #include "libfreenect_audio .h"
29
29
#include <stdio.h>
30
30
#include <signal.h>
31
31
Original file line number Diff line number Diff line change 23
23
* either License.
24
24
*/
25
25
26
- #include < libfreenect.h>
26
+ #include " libfreenect.h"
27
27
#include <stdio.h>
28
28
#include <string.h>
29
29
#include <stdlib.h>
Original file line number Diff line number Diff line change 23
23
* either License.
24
24
*/
25
25
26
+ #include "libfreenect.h"
26
27
#include <sys/stat.h>
27
28
#include <sys/types.h>
28
- #include <libfreenect.h>
29
29
#include <stdio.h>
30
30
#include <signal.h>
31
31
#include <string.h>
Original file line number Diff line number Diff line change 23
23
* Binary distributions must follow the binary distribution requirements of
24
24
* either License.
25
25
*/
26
-
27
26
#pragma once
28
27
29
- #include < libfreenect.h>
28
+ #include " libfreenect.h"
30
29
#include <stdint.h>
31
30
32
31
#ifdef __cplusplus
Original file line number Diff line number Diff line change 23
23
* Binary distributions must follow the binary distribution requirements of
24
24
* either License.
25
25
*/
26
-
27
26
#pragma once
28
27
29
- #include < libfreenect.h>
28
+ #include " libfreenect.h"
30
29
#include <stdint.h>
31
30
32
31
#ifdef __cplusplus
Original file line number Diff line number Diff line change @@ -48,10 +48,10 @@ target_link_libraries (freenect ${LIBUSB_1_LIBRARIES})
48
48
target_link_libraries (freenectstatic ${LIBUSB_1_LIBRARIES} )
49
49
50
50
# Install the header files
51
- install (FILES "../include/libfreenect.h" "../include/libfreenect-registration .h"
51
+ install (FILES "../include/libfreenect.h" "../include/libfreenect_registration .h"
52
52
DESTINATION ${PROJECT_INCLUDE_INSTALL_DIR} )
53
53
if (BUILD_AUDIO)
54
- install (FILES "../include/libfreenect-audio .h"
54
+ install (FILES "../include/libfreenect_audio .h"
55
55
DESTINATION ${PROJECT_INCLUDE_INSTALL_DIR} )
56
56
endif ()
57
57
Original file line number Diff line number Diff line change 24
24
* either License.
25
25
*/
26
26
#include "libfreenect.h"
27
- #include "libfreenect-audio .h"
27
+ #include "libfreenect_audio .h"
28
28
#include "freenect_internal.h"
29
29
30
30
#include <string.h>
Original file line number Diff line number Diff line change 23
23
* Binary distributions must follow the binary distribution requirements of
24
24
* either License.
25
25
*/
26
-
27
26
#pragma once
28
27
29
28
#include <stdint.h>
30
29
31
30
#include "libfreenect.h"
32
- #include "libfreenect-registration .h"
31
+ #include "libfreenect_registration .h"
33
32
34
33
#ifdef BUILD_AUDIO
35
- #include "libfreenect-audio .h"
34
+ #include "libfreenect_audio .h"
36
35
#endif
37
36
38
37
#ifdef __ELF__
39
- #define FN_INTERNAL __attribute__ ((visibility ("hidden")))
38
+ #define FN_INTERNAL __attribute__ ((visibility ("hidden")))
40
39
#else
41
- #define FN_INTERNAL
40
+ #define FN_INTERNAL
42
41
#endif
43
42
44
43
You can’t perform that action at this time.
0 commit comments