Add clang as a commented-out option in the build.
This commit is contained in:
parent
3cc46f6703
commit
9531b393ab
@ -9,8 +9,8 @@ project (Scyther)
|
|||||||
# I need 2.4 for flex/etc although it does not run yet
|
# I need 2.4 for flex/etc although it does not run yet
|
||||||
CMAKE_MINIMUM_REQUIRED(VERSION 2.4)
|
CMAKE_MINIMUM_REQUIRED(VERSION 2.4)
|
||||||
|
|
||||||
# Try llvm
|
# Try clang
|
||||||
#set (CMAKE_C_COMPILER "llvm-gcc")
|
#set (CMAKE_C_COMPILER "clang")
|
||||||
|
|
||||||
# List all the source files
|
# List all the source files
|
||||||
set (Scyther_sources
|
set (Scyther_sources
|
||||||
|
Loading…
Reference in New Issue
Block a user