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)
2015-10-30 06:26:02 +00:00
target_link_libraries(booTest Boo LogVisor ${BOO_SYS_LIBS})