Update deployment process

This commit is contained in:
Brendan LE GLAUNEC
2016-11-02 10:29:23 +01:00
committed by Brendan Le Glaunec
parent c3d690371b
commit 2a0882869b
9 changed files with 113 additions and 95 deletions
+1 -1
View File
@@ -45,7 +45,7 @@ if ("${CMAKE_C_COMPILER_ID}" STREQUAL "Clang")
endif()
include (find_sources)
find_sources ("src" "include" "src/models" "src/repositories" "src/tasks")
find_sources ("src" "include" "src/tasks")
add_executable (cameradar ${SOURCES})
target_link_libraries (cameradar pthread jsoncpp dl curl ${GSTREAMER_LIBRARIES})