v1.1.0 : Updated deployment

This commit is contained in:
Brendan LE GLAUNEC
2016-11-02 14:42:22 +01:00
parent 108f869a43
commit 2f93ddd7e5
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})