summaryrefslogtreecommitdiffstats
path: root/bin/CMakeLists.txt
blob: 29e077c63327a26628cabf5248cbbdb9026affde (plain)
1
2
3
4
5
6
7
8
9
10
include_directories(${KIROCS_SOURCE_DIR})
link_directories(${KIROCS_BINARY_DIR})

add_executable(kiro-camera-server kiro-camera-server.c)
target_link_libraries(kiro-camera-server ${KIROCS_DEPS})

#add_executable(test-camera-server test-server.c)
#target_link_libraries(test-camera-server ${KIROCS_DEPS})

install(TARGETS kiro-camera-server RUNTIME DESTINATION ${KIROCS_BINDIR})