boo/test/CMakeLists.txt

3 lines
84 B
CMake
Raw Normal View History

2015-08-18 22:43:30 +00:00
add_executable(booTest main.cpp)
2015-08-18 19:40:26 +00:00
target_link_libraries(booTest Boo ${BOO_SYS_LIBS})