mirror of
https://github.com/encounter/aurora.git
synced 2025-07-29 00:15:35 +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)
|