Changeset 108 in pacpussensors for trunk/StdDbtPlayerComponents/CMakeLists.txt


Ignore:
Timestamp:
12/08/15 23:43:08 (9 years ago)
Author:
ydroniou
Message:

Add DbtPlyCPT and fix DbtPlyAlasca

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/StdDbtPlayerComponents/CMakeLists.txt

    r100 r108  
    1919################################################################################
    2020# DIRECTORIES
    21 include_directories( 
     21include_directories(
    2222    ${PROJECT_BINARY_DIR}
    2323    ${QT_INCLUDE_DIR}
     
    2929# Link directories
    3030# ========================================
    31 link_directories( 
     31link_directories(
    3232        ${PACPUS_LIB_DIR}
    3333)
     
    4040    StdDbtPlayerComponentsConfig.h
    4141    DbtPlySickLMSManager.h
    42     DbtPlySickLDMRSManager.h
     42    DbtPlySickLDMRSManager.h
     43
     44    DbtPlyAlascaManager.h
     45    DbtPlyImageManager.h
     46    DbtPlyCPTComponent.h
     47
    4348    #${PROJECT_NAME}.xml
    4449    #${PROJECT_NAME}_d.xml
     
    4752    ${PLUGIN_CPP}
    4853    DbtPlySickLMSManager.cpp
    49     DbtPlySickLDMRSManager.cpp 
     54    DbtPlySickLDMRSManager.cpp
     55
     56    DbtPlyAlascaManager.cpp
     57    DbtPlyImageManager.cpp
     58    DbtPlyCPTComponent.cpp
    5059)
    5160
     
    5362    ${PLUGIN_HDR}
    5463    DbtPlySickLMSManager.h
    55     DbtPlySickLDMRSManager.h
     64    DbtPlySickLDMRSManager.h
     65
     66    DbtPlyAlascaManager.h
     67    DbtPlyImageManager.h
     68    DbtPlyCPTComponent.h
    5669)
    5770
     
    8699    optimized PacpusLib debug PacpusLib_d
    87100    optimized PacpusTools debug PacpusTools_d
     101
     102    optimized NMEA0183LIB debug NMEA0183LIB_d
     103
    88104)
    89105if (WIN32)
     
    92108    )
    93109endif()
    94 # LINK 
    95 target_link_libraries(${PROJECT_NAME} 
    96                       ${PACPUS_LIBRARIES} 
    97                       ${PACPUS_DEPENDENCIES_LIB} 
     110# LINK
     111target_link_libraries(${PROJECT_NAME}
     112                      ${PACPUS_LIBRARIES}
     113                      ${PACPUS_DEPENDENCIES_LIB}
    98114                      ${LIBS}
    99                       ${QT_LIBRARIES}
     115                      ${QT_LIBRARIES}
     116
     117    optimized NMEA0183LIB debug NMEA0183LIB_d
    100118                     )
    101119qt5_use_modules(${PROJECT_NAME} Network)
     
    105123################################################################################
    106124# INSTALL
    107 pacpus_install(${PROJECT_NAME}) 
     125pacpus_install(${PROJECT_NAME})
    108126
    109127# install headers
Note: See TracChangeset for help on using the changeset viewer.