add_executable(solar lex.cpp parser.cpp solar.cpp state.cpp ) set_target_properties(solar PROPERTIES COMPILE_FLAGS "-std=c++11 -Wall")