mirror of
https://github.com/AxioDL/boo.git
synced 2025-06-05 14:13:31 +00:00
3 lines
84 B
CMake
3 lines
84 B
CMake
add_executable(booTest main.cpp)
|
|
target_link_libraries(booTest Boo ${BOO_SYS_LIBS})
|