Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Sep 13, 2010, 3:14:52 PM (14 years ago)
Author:
rgrieder
Message:

DEFINE_SYMBOL property is only added to compile flags for an executable.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/cmake/tools/PrecompiledHeaderFiles.cmake

    r7289 r7448  
    7070    LIST(APPEND ${_sourcefile_var} ${_pch_header_file})
    7171  ENDIF()
    72   SOURCE_GROUP("PCH" FILES ${_pch_header_file})
    7372
    7473  IF(MSVC)
     
    8180    SET_SOURCE_FILES_PROPERTIES(_pch_source_file PROPERTIES GENERATED TRUE)
    8281    LIST(APPEND ${_sourcefile_var} ${_pch_source_file})
    83     SOURCE_GROUP("PCH" FILES ${_pch_source_file})
    8482
    8583    SET(_pch_file "${CMAKE_CURRENT_BINARY_DIR}/${CMAKE_CFG_INTDIR}/${_pch_header_filename}.pch")
Note: See TracChangeset for help on using the changeset viewer.