Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Mar 17, 2011, 12:12:17 PM (14 years ago)
Author:
youngk
Message:

Cocoa Integration of Orxonox and CPack testing. @Reto: Do NOT merge with kicklib, please.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/mac_osx/cmake/tools/TargetUtilities.cmake

    r7619 r8083  
    176176    ADD_COMPILER_FLAGS("-w")
    177177  ENDIF()
    178 
     178 
    179179  # Don't compile header files
    180180  FOREACH(_file ${_${_target_name}_files})
    181     IF(NOT _file MATCHES "\\.(c|cc|cpp)")
     181    IF(NOT _file MATCHES "\\.(c|cc|cpp|cxx|mm)$")
    182182      SET_SOURCE_FILES_PROPERTIES(${_file} PROPERTIES HEADER_FILE_ONLY TRUE)
    183183    ENDIF()
    184184  ENDFOREACH(_file)
    185 
    186 
    187185
    188186  # Add the library/executable
Note: See TracChangeset for help on using the changeset viewer.