paradiso/examples/simple/CMakeLists.txt

10 lines
121 B
Text
Raw Normal View History

2023-07-01 10:20:24 +02:00
add_executable(
2023-07-01 22:17:41 +02:00
paradiso_simple
simple.cpp
2023-07-01 10:20:24 +02:00
)
2023-07-01 22:17:41 +02:00
target_link_libraries(paradiso_simple
2023-07-01 10:20:24 +02:00
paradiso_core
)