Changeset 101 in pacpusframework for trunk/src/PacpusTools/CMakeLists.txt


Ignore:
Timestamp:
06/03/13 15:02:22 (11 years ago)
Author:
DHERBOMEZ Gérald
Message:

Modifications of the build system.
Improvement of the FindPacpus.cmake package.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/PacpusTools/CMakeLists.txt

    r91 r101  
    9191# Build a library
    9292# ========================================
    93 pacpus_add_library(
    94     ${PROJECT_NAME}
     93pacpus_add_library( 
     94    ${PROJECT_NAME} SHARED
    9595    ${PROJECT_SRCS}
    9696    ${PROJECT_MOC_SRCS}
    9797)
     98
     99# ========================================
     100# Libraries
     101# ========================================
     102target_link_libraries(
     103    ${PROJECT_NAME}
     104    ${QT_LIBRARIES}
     105    ${PACPUS_DEPENDENCIES_LIB}
     106        PacpusLib
     107)
     108
    98109
    99110# ========================================
Note: See TracChangeset for help on using the changeset viewer.