mirror of https://github.com/encounter/aurora.git
3 lines
98 B
CMake
3 lines
98 B
CMake
|
add_executable(simple simple.c)
|
||
|
target_link_libraries(simple PRIVATE aurora::aurora aurora::main)
|