Skip to content
Snippets Groups Projects
CMakeLists.txt 131 B
Newer Older
add_executable(bimap_test bimap_test.cpp)
target_link_libraries(bimap_test PRIVATE TestInterface)
catch_discover_tests(bimap_test)