mirror of
https://github.com/AxioDL/boo.git
synced 2025-07-10 23:26:01 +00:00
3 lines
93 B
CMake
3 lines
93 B
CMake
add_executable(booTest main.cpp)
|
|
target_link_libraries(booTest Boo LogVisor ${BOO_SYS_LIBS})
|