8 lines
143 B
Text
8 lines
143 B
Text
|
add_executable(solar
|
||
|
lex.cpp
|
||
|
parser.cpp
|
||
|
solar.cpp
|
||
|
state.cpp
|
||
|
)
|
||
|
set_target_properties(solar PROPERTIES COMPILE_FLAGS "-std=c++11 -Wall")
|