Skip to content

Commit c851717

Browse files
committed
Rename record binary of fakenect as fakenect-record
Signed-off-by: Nicolas Bourdaud <nicolas.bourdaud@gmail.com>
1 parent efd073e commit c851717

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

fakenect/CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ target_link_libraries(fakenect ${MATH_LIB})
1313
install (TARGETS fakenect
1414
DESTINATION "${PROJECT_LIBRARY_INSTALL_DIR}/fakenect")
1515

16-
add_executable(record record.c)
17-
target_link_libraries(record freenect)
18-
install (TARGETS record
16+
add_executable(fakenect-record record.c)
17+
target_link_libraries(fakenect-record freenect m)
18+
install (TARGETS fakenect-record
1919
DESTINATION bin)
2020

2121
CONFIGURE_FILE("fakenect.sh.in"

0 commit comments

Comments
 (0)