Changeset 2 in pacpussensors for trunk/Alasca/CMakeLists.txt


Ignore:
Timestamp:
06/05/13 17:36:22 (11 years ago)
Author:
DHERBOMEZ Gérald
Message:

correction of minor bugs (include and link). Build on Windows OK.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Alasca/CMakeLists.txt

    r1 r2  
    3232# Link directories
    3333# ========================================
    34 link_directories(
     34link_directories( ${PACPUS_LIB_DIR}
    3535)
     36
     37message (STATUS ${PACPUS_LIB_DIR})
    3638
    3739pacpus_plugin(PLUGIN_CPP PLUGIN_H ${PROJECT_NAME} )
     
    8789)
    8890
     91message(STATUS  ${PACPUS_DEPENDENCIES_LIB} )
     92
    8993# ========================================
    9094# Libraries
     
    96100    ${QT_LIBRARIES}
    97101        ${PACPUS_DEPENDENCIES_LIB}
     102        PacpusTools
    98103)
    99104
Note: See TracChangeset for help on using the changeset viewer.