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


Ignore:
Timestamp:
05/23/13 17:34:11 (11 years ago)
Author:
morasjul
Message:

2.0 windows fix

File:
1 edited

Legend:

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

    r96 r98  
    3737
    3838# ========================================
     39# Link directories
     40# ========================================
     41link_directories(
     42        ${PROJECT_BINARY_DIR}/../RoadTime
     43)
     44
     45# ========================================
    3946# List of sources
    4047# ========================================
     
    5764    ${PACPUS_INCLUDE_DIR}/Pacpus/kernel/inputOutputInterface.h
    5865    ${PACPUS_INCLUDE_DIR}/Pacpus/kernel/PacpusEvent.h
    59     ${PACPUS_INCLUDE_DIR}/Pacpus/kernel/CommunicationComponent.h
     66    #${PACPUS_INCLUDE_DIR}/Pacpus/kernel/CommunicationComponent.h
    6067
    6168    ./ComponentBase.cpp
     
    8996
    9097if(UNIX)
    91 set(LIBS
    92     FileLib
    93 )
     98        set(LIBS optimized FileLib debug FileLib_d)
     99else()
     100    set(LIBS
     101        #optimized ROAD_TIME debug ROAD_TIME_d # TODO why debug not found ?
     102        ROAD_TIME
     103        )
    94104endif()
    95105
Note: See TracChangeset for help on using the changeset viewer.