Changeset 222 for doprava

Show
Ignore:
Timestamp:
01/05/09 19:54:28 (15 years ago)
Author:
smidl
Message:

Changes in CMake build system

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • doprava/CMakeLists.txt

    r208 r222  
    66 
    77 
    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}) 
     8EXEC(k1)