Mercurial > hg > nsaunier > traffic-intelligence
comparison CMakeLists.txt @ 459:2a4e9ef469e5
fixed the CMakeLists.txt
| author | Nicolas Saunier <nicolas.saunier@polymtl.ca> |
|---|---|
| date | Thu, 20 Feb 2014 09:37:12 -0500 |
| parents | 450dc0648aaa |
| children |
comparison
equal
deleted
inserted
replaced
| 458:28ff95845c65 | 459:2a4e9ef469e5 |
|---|---|
| 12 | 12 |
| 13 SET( | 13 SET( |
| 14 CMAKE_CXX_FLAGS "-g -Wall" | 14 CMAKE_CXX_FLAGS "-g -Wall" |
| 15 ) | 15 ) |
| 16 | 16 |
| 17 set(CMAKE_RUNTIME_OUTPUT_DIRECTORY bin) | |
| 18 | |
| 17 add_executable(feature-based-tracking | 19 add_executable(feature-based-tracking |
| 18 c/cvutils.cpp | 20 c/cvutils.cpp |
| 19 c/feature-based-tracking.cpp | 21 c/feature-based-tracking.cpp |
| 20 c/Motion.cpp | 22 c/Motion.cpp |
| 21 c/Parameters.cpp | 23 c/Parameters.cpp |
| 22 c/utils.cpp | 24 c/utils.cpp |
| 25 c/InputFrameListModule.cpp | |
| 26 c/InputVideoFileModule.cpp | |
| 23 ) | 27 ) |
| 24 | 28 |
| 25 find_package(Boost REQUIRED program_options) | 29 find_package(Boost REQUIRED program_options filesystem system) |
| 26 find_library(TrajectoryManagement_LIBRARY TrajectoryManagementAndAnalysis) | 30 find_library(TrajectoryManagement_LIBRARY TrajectoryManagementAndAnalysis) |
| 27 find_path(TrajectoryManagement_INCLUDE_DIR src/Trajectory.h) | 31 find_path(TrajectoryManagement_INCLUDE_DIR src/Trajectory.h) |
| 28 | 32 |
| 29 add_definitions( | 33 add_definitions( |
| 30 -DUSE_OPENCV | 34 -DUSE_OPENCV |
