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


Ignore:
Timestamp:
06/13/13 13:43:39 (11 years ago)
Author:
morasjul
Message:

Beta-2 : Fix CMakeList (link), remove useless code and add improvement

File:
1 edited

Legend:

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

    r99 r110  
    4040# ========================================
    4141link_directories(
    42         ${PROJECT_BINARY_DIR}/../RoadTime
     42    ${PROJECT_BINARY_DIR}/../RoadTime
     43    ${PROJECT_BINARY_DIR}/../FileLib
    4344)
    4445
     
    7374    ./XmlComponentConfig.cpp
    7475    ./XmlConfigFile.cpp
    75     ./inputOutputInterface.cpp
     76    ./inputOutputBase.cpp
    7677)
    7778
     
    9697
    9798if(UNIX)
    98         set(LIBS FileLib)#optimized FileLib debug FileLib_d)
     99        #set(LIBS FileLib)
     100        set(LIBS optimized FileLib debug FileLib_d)
    99101else()
    100     set(LIBS 
     102    set(LIBS
    101103        #optimized ROAD_TIME debug ROAD_TIME_d # TODO why debug not found ?
    102         ROAD_TIME
    103         )
     104        ROAD_TIME
     105        )
    104106endif()
    105107
Note: See TracChangeset for help on using the changeset viewer.