Add clang as a commented-out option in the build.

This commit is contained in:
Cas Cremers 2019-01-04 17:19:14 +01:00
parent 3cc46f6703
commit 9531b393ab

View File

@ -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