mirror of
https://github.com/AxioDL/boo.git
synced 2025-07-14 17:16:07 +00:00
5 lines
166 B
CMake
5 lines
166 B
CMake
add_executable(booTest WIN32 main.cpp)
|
|
target_link_libraries(booTest boo logvisor xxhash ${BOO_SYS_LIBS})
|
|
if(COMMAND add_sanitizers)
|
|
add_sanitizers(booTest)
|
|
endif() |