Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 11076 for code/trunk/src


Ignore:
Timestamp:
Jan 19, 2016, 1:53:36 PM (8 years ago)
Author:
muemart
Message:

Add CMake configs for Clang. Most of it is reused from GCC.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/OrxonoxConfig.cmake

    r8729 r11076  
    5555    ENDIF()
    5656  ENDIF()
    57   IF(CMAKE_COMPILER_IS_GNU)
     57  IF(CMAKE_COMPILER_IS_GNU OR CMAKE_COMPILER_IS_CLANG)
    5858    INCLUDE(BuildUnitsConfigGCC.cmake)
    5959  ELSEIF(MSVC)
Note: See TracChangeset for help on using the changeset viewer.