summaryrefslogtreecommitdiffstats
path: root/src/CMakeLists.txt
blob: 67773dcd814e0cfd8e47c64b4d95b8afadf268f3 (plain)
1
2
3
4
5
6
7
add_executable(solar
  lex.cpp
  parser.cpp
  parser_state.cpp
  solar.cpp
)
set_target_properties(solar PROPERTIES COMPILE_FLAGS "-std=c++11 -Wall")