Added commented-out code to use llvm as a compiler instead of gcc when needed.
This commit is contained in:
parent
c25f6efd6a
commit
619ecf7673
@ -9,6 +9,9 @@ project (Scyther)
|
||||
# I need 2.4 for flex/etc although it does not run yet
|
||||
CMAKE_MINIMUM_REQUIRED(VERSION 2.4)
|
||||
|
||||
# Try llvm
|
||||
#set (CMAKE_C_COMPILER "llvm-gcc")
|
||||
|
||||
# List all the source files
|
||||
set (Scyther_sources
|
||||
arachne.c binding.c claim.c color.c compiler.c cost.c
|
||||
|
Loading…
Reference in New Issue
Block a user