This repository has been archived on 2025-03-02. You can view files and clone it, but cannot push or open issues or pull requests.
solar/src/CMakeLists.txt

8 lines
150 B
Text
Raw Normal View History

2015-03-27 03:38:01 +01:00
add_executable(solar
lex.cpp
parser.cpp
2015-03-31 00:04:32 +02:00
parser_state.cpp
2015-03-27 03:38:01 +01:00
solar.cpp
)
set_target_properties(solar PROPERTIES COMPILE_FLAGS "-std=c++11 -Wall")