boo/test/CMakeLists.txt

3 lines
99 B
CMake
Raw Normal View History

2015-11-03 04:19:41 +00:00
add_executable(booTest WIN32 main.cpp)
2016-03-04 23:02:18 +00:00
target_link_libraries(booTest boo logvisor ${BOO_SYS_LIBS})