root/applications/doprava/aimsun_bdm/CMakeLists.txt
@
844
| Revision 840, 360 bytes (checked in by smidl, 16 years ago) |
|---|
| Line | |
|---|---|
| 1 | # Simulator library |
| 2 | IF(WIN32) |
| 3 | add_subdirectory(eh_api) |
| 4 | add_subdirectory(vgs_api) |
| 5 | |
| 6 | include_directories(./els3/include ./eh_api ./vgs_api) |
| 7 | add_definitions(-DBASE_PATH="${CMAKE_CURRENT_SOURCE_DIR}") |
| 8 | add_library (aimsun_bdm aimsun_ds.cpp aimsun_ds.h tools.cpp tools.h) |
| 9 | ELSE(WIN32) |
| 10 | add_library (aimsun_bdm aimsun_fake.cpp aimsun_fake.h) |
| 11 | endif(WIN32) |
Note: See TracBrowser
for help on using the browser.
