Mercurial > hg > nsaunier > traffic-intelligence
comparison CMakeLists.txt @ 120:46b166523bf8
added CMakeLists.txt for feature-based-tracking
| author | Nicolas Saunier <nicolas.saunier@polymtl.ca> |
|---|---|
| date | Mon, 15 Aug 2011 11:56:34 -0400 |
| parents | |
| children | 450dc0648aaa |
comparison
equal
deleted
inserted
replaced
| 119:45a426552aaa | 120:46b166523bf8 |
|---|---|
| 1 CMAKE_MINIMUM_REQUIRED( VERSION 2.6 ) | |
| 2 | |
| 3 FIND_PACKAGE( | |
| 4 OpenCV REQUIRED | |
| 5 ) | |
| 6 | |
| 7 FIND_LIBRARY( | |
| 8 SQLite3_LIBS sqlite3 | |
| 9 ) | |
| 10 | |
| 11 #FIND_PACKAGE(TrajectoryManagement) | |
| 12 | |
| 13 SET( | |
| 14 CMAKE_CXX_FLAGS "-g -Wall" | |
| 15 ) | |
| 16 | |
| 17 ADD_EXECUTABLE( | |
| 18 bin/feature-based-tracking | |
| 19 c/feature-based-tracking.cpp | |
| 20 ) | |
| 21 | |
| 22 INCLUDE_DIRECTORIES( | |
| 23 # bin/feature-based-tracking | |
| 24 /home/nicolas/Research/Code/trajectorymanagementandanalysis/trunk/src/TrajectoryManagementAndAnalysis | |
| 25 ) | |
| 26 | |
| 27 #TARGET_LINK_LIBRARIES( | |
| 28 # bin/feature-based-tracking | |
| 29 # ${OpenCV_LIBS} | |
| 30 # $(TrajectoryManagement_DIR) | |
| 31 # ${SQLite3_LIBS} | |
| 32 # ) |
