- Timestamp:
- 01/05/09 19:54:28 (16 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
doprava/CMakeLists.txt
r208 r222 6 6 7 7 8 ## Save all needed libraries in variable BdmLibs 9 IF(WIN32) 10 SET(AddLib libacml_dll) 11 ENDIF(WIN32) 12 13 # Add executable called "helloDemo" that is built from the source files 14 # "demo.cxx" and "demo_b.cxx". The extensions are automatically found. 15 add_executable (k1 k1.cpp) 16 # Link the executable to the Hello library. 17 target_link_libraries (k1 debug itpp_debug) 18 target_link_libraries (k1 optimized itpp) 19 target_link_libraries (k1 bdm ${AddLib}) 8 EXEC(k1)