Changeset 111 in pacpusframework for branches/2.0-beta1/src/PacpusSensor/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/PacpusSensor/CMakeLists.txt

    r110 r111  
    88#################################################
    99project(PacpusSensor)
    10 
    11 # ========================================
    12 # Configure qt4
    13 # ========================================
    14 #if(QT4_FOUND)
    15 #    set(QT_USE_QTXML true)
    16 #    include(${QT_USE_FILE})
    17 #else()
    18 #    message(ERROR "Qt4 needed")
    19 #endif(QT4_FOUND)
    2010
    2111# ========================================
     
    7666# Libraries
    7767# ========================================
     68# Windows platform
     69if(WIN32)
     70set(LIBS
     71        optimized ROAD_TIME debug ROAD_TIME_d
     72        Winmm
     73)
     74endif()
     75
    7876# All the platform
    7977target_link_libraries(
    8078    ${PROJECT_NAME}
    8179    ${PACPUS_DEPENDENCIES_LIB}
    82 #    dbiteplayerlib
    83 #    FileLib
    84 #    PacpusLib
    85 #    PacpusTools
    8680    optimized FileLib debug FileLib_d
    8781    optimized PacpusLib debug PacpusLib_d
     82    ${LIBS}
    8883    ${QT_LIBRARIES}
    8984)
    90 # Windows
    91 if(WIN32)
    92     target_link_libraries(
    93         ${PROJECT_NAME}
    94         ROAD_TIME
    95         Winmm
    96     )
    97 endif()
    9885
    9986# ========================================
Note: See TracChangeset for help on using the changeset viewer.