Started to make things work: show the board.
[tagua.git] / tests / weak_set / CMakeLists.txt
blobb026cbcd2409a52a4776e7b354ff2be265633829
1 ADD_EXECUTABLE(test_weakset
2   test_weakset.cpp)
4 TARGET_LINK_LIBRARIES(test_weakset
5   -lboost_unit_test_framework)