Prepare for CodeGen (and use clang because it rocks!)

This commit is contained in:
Markus Hauschild
2013-06-01 13:12:47 +02:00
parent 585a9bcc74
commit cbf0feecf5
2 changed files with 6 additions and 1 deletions

View File

@@ -15,7 +15,7 @@ INCLUDE_DIRECTORIES (${CMAKE_CURRENT_BINARY_DIR})
INCLUDE_DIRECTORIES (${CMAKE_SOURCE_DIR}/inc)
ADD_DEFINITIONS("-std=c++0x")
SET(CMAKE_CXX_FLAGS "-std=c++11")
ADD_EXECUTABLE (lemon grammar/lemon.c)
ADD_EXECUTABLE (makeheaders grammar/makeheaders.c)