boo/test/CMakeLists.txt

3 lines
93 B
CMake

add_executable(booTest main.cpp)
target_link_libraries(booTest Boo LogVisor ${BOO_SYS_LIBS})