Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 11280 for code


Ignore:
Timestamp:
Nov 14, 2016, 1:10:57 PM (7 years ago)
Author:
ahedges
Message:

add option to test clang on linux

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/mac_HS16/CMakeLists.txt

    r11278 r11280  
    3838PROJECT(Orxonox C CXX)
    3939
     40# Uncomment to test compilation with clang on linux
     41# SET(C clang)
     42# SET(CXX clang)
     43# SET(CMAKE_CXX_COMPILER_ID "Clang")
     44
    4045# Check AFTER the PROJECT command because MSVC10 gets defined there
    4146IF(WIN32)
     
    5964)
    6065SET(ORXONOX_VERSION_NAME "Arcturus")
     66
    6167
    6268# Standard path suffixes
Note: See TracChangeset for help on using the changeset viewer.