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/DBITEPlayerLib/CMakeLists.txt

    r110 r111  
    88#################################################
    99project(dbiteplayerlib)
    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# ========================================
     
    4131    ${PROJECT_BINARY_DIR}/../PacpusLib
    4232    ${PROJECT_BINARY_DIR}/../FileLib
     33    ${PROJECT_BINARY_DIR}/../RoadTime
    4334)
    4435
     
    9788# Libraries
    9889# ========================================
     90# Windows platform
     91if(WIN32)
     92set(LIBS
     93        optimized ROAD_TIME debug ROAD_TIME_d
     94        Winmm
     95)
     96endif()
     97
    9998# All platform
    10099target_link_libraries(
    101100    ${PROJECT_NAME}
    102101    ${PACPUS_DEPENDENCIES_LIB}
    103     #FileLib
    104     #PacpusTools
     102    ${LIBS}
    105103    optimized FileLib debug FileLib_d
    106104    optimized PacpusLib debug PacpusLib_d
    107105    ${QT_LIBRARIES}
    108106)
    109 # Windows platform
    110 if(WIN32)
    111     target_link_libraries(
    112         ${PROJECT_NAME}
    113         ROAD_TIME
    114                 #optimized ROAD_TIME debug ROAD_TIME_d
    115         Winmm
    116     )
    117 endif()
    118107
    119108# ========================================
Note: See TracChangeset for help on using the changeset viewer.