From 5fdd39289affe341151839a48e227d51b08c4a25 Mon Sep 17 00:00:00 2001 From: JP Cimalando Date: Tue, 15 May 2018 18:09:04 +0200 Subject: specialized hash table for bank number mappings --- test/CMakeLists.txt | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 test/CMakeLists.txt (limited to 'test/CMakeLists.txt') diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt new file mode 100644 index 0000000..bb5615e --- /dev/null +++ b/test/CMakeLists.txt @@ -0,0 +1,7 @@ + +set(CMAKE_CXX_STANDARD 11) + +add_subdirectory(bankmap) + +add_library(Catch-objects OBJECT "common/catch_main.cpp") +target_include_directories(Catch-objects PRIVATE "common") -- cgit v1.2.3