mirror of
https://github.com/AxioDL/boo.git
synced 2025-05-16 20:31:29 +00:00
3 lines
106 B
CMake
3 lines
106 B
CMake
add_executable(booTest WIN32 main.cpp)
|
|
target_link_libraries(booTest boo logvisor xxhash ${BOO_SYS_LIBS})
|