Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7288


Ignore:
Timestamp:
Aug 31, 2010, 2:43:22 PM (14 years ago)
Author:
rgrieder
Message:

Finally found a fix for the No rule to make target problem with precompiled header files (GCC)

File:
1 edited

Legend:

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

    r7163 r7288  
    130130    ENDFOREACH(_file)
    131131
     132    # Makefile dependency scanner requires the PCH file to be part of the
     133    # target files in order to work properly
     134    LIST(APPEND _source_files ${_pch_file})
     135
    132136  ENDIF()
    133137
Note: See TracChangeset for help on using the changeset viewer.