Skip to content

Commit

Permalink
Rename record binary of fakenect as fakenect-record
Browse files Browse the repository at this point in the history
Signed-off-by: Nicolas Bourdaud <nicolas.bourdaud@gmail.com>
  • Loading branch information
nbourdau committed Mar 22, 2012
1 parent efd073e commit c851717
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions fakenect/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ target_link_libraries(fakenect ${MATH_LIB})
install (TARGETS fakenect
DESTINATION "${PROJECT_LIBRARY_INSTALL_DIR}/fakenect")

add_executable(record record.c)
target_link_libraries(record freenect)
install (TARGETS record
add_executable(fakenect-record record.c)
target_link_libraries(fakenect-record freenect m)
install (TARGETS fakenect-record
DESTINATION bin)

CONFIGURE_FILE("fakenect.sh.in"
Expand Down

0 comments on commit c851717

Please sign in to comment.