Changeset 140 in pacpusframework for branches/2.0-beta1/CMakeLists.txt


Ignore:
Timestamp:
07/30/13 16:50:20 (11 years ago)
Author:
Marek Kurdej
Message:

Update: using qt_wrap_ui, qt_wrap_cpp everywhere.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.0-beta1/CMakeLists.txt

    r128 r140  
    5757
    5858# ========================================
    59 # Handle platform specific behaviors
     59# Handle platform-specific behaviour
    6060# ========================================
    6161include(${PACPUS_CMAKE_DIR}/PacpusPlatforms.cmake)
     62
     63# ========================================
     64# Compiler flags coming from PacpusDependencies and PacpusPlatforms
     65# ========================================
     66#message(STATUS "\${PACPUS_DEFINITIONS} = ${PACPUS_DEFINITIONS}")
     67add_definitions(${PACPUS_DEFINITIONS})
    6268
    6369# ========================================
     
    6672# Includes directories
    6773include_directories(
    68   ${PACPUS_DEPENDENCIES_INC}
    69   ${PACPUS_INCLUDE_DIR}
     74    ${PACPUS_DEPENDENCIES_INC}
     75    ${PACPUS_INCLUDE_DIR}
    7076)
    71 # Compiler flags coming from PacpusDependencies and PacpusPlatforms
    72 add_definitions(${PACPUS_DEFINITIONS})
    7377
    7478# ========================================
Note: See TracChangeset for help on using the changeset viewer.