Changeset 111 in pacpusframework for branches/2.0-beta1/src/PacpusLib/CMakeLists.txt


Ignore:
Timestamp:
06/13/13 15:38:27 (11 years ago)
Author:
morasjul
Message:

Beta-2 : Add missing file inputOutputBase.cpp, et clean CMakeList

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.0-beta1/src/PacpusLib/CMakeLists.txt

    r110 r111  
    9797
    9898if(UNIX)
    99         #set(LIBS FileLib)
    10099        set(LIBS optimized FileLib debug FileLib_d)
    101100else()
    102101    set(LIBS
    103         #optimized ROAD_TIME debug ROAD_TIME_d # TODO why debug not found ?
    104         ROAD_TIME
     102        optimized ROAD_TIME debug ROAD_TIME_d
    105103        )
    106104endif()
Note: See TracChangeset for help on using the changeset viewer.