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

10 lines
179 B
Text
Raw Normal View History

2015-03-27 03:38:01 +01:00
add_executable(solar
2015-03-31 04:09:03 +02:00
generator.cpp
2015-03-27 03:38:01 +01:00
lex.cpp
2015-04-02 11:52:05 +02:00
output.cpp
2015-03-27 03:38:01 +01:00
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")