Changeset 208 for doprava/CMakeLists.txt

Show
Ignore:
Timestamp:
11/13/08 15:11:44 (16 years ago)
Author:
nemcova
Message:

oprava CMakeu pro rozliseni debug-release (VS)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • doprava/CMakeLists.txt

    r195 r208  
    77 
    88## Save all needed libraries in variable BdmLibs 
    9 #SET(BdmLibs bdm itpp_debug) 
    10 SET(BdmLibs bdm itpp) 
    11  
    129IF(WIN32) 
    13         SET(BdmLibs ${BdmLibs} libacml_dll) 
     10        SET(AddLib libacml_dll) 
    1411ENDIF(WIN32) 
    1512 
     
    1815add_executable (k1 k1.cpp) 
    1916# Link the executable to the Hello library. 
    20 target_link_libraries (k1 ${BdmLibs}) 
     17target_link_libraries (k1 debug itpp_debug) 
     18target_link_libraries (k1 optimized itpp) 
     19target_link_libraries (k1 bdm ${AddLib})