mirror of
https://github.com/encounter/aurora.git
synced 2025-07-24 22:15:53 +00:00
3 lines
98 B
CMake
3 lines
98 B
CMake
add_executable(simple simple.c)
|
|
target_link_libraries(simple PRIVATE aurora::aurora aurora::main)
|