boo/test/CMakeLists.txt

3 lines
99 B
CMake

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