diff options
author | JP Cimalando <jpcima@users.noreply.github.com> | 2018-05-15 18:09:04 +0200 |
---|---|---|
committer | JP Cimalando <jpcima@users.noreply.github.com> | 2018-05-16 19:34:07 +0200 |
commit | 5fdd39289affe341151839a48e227d51b08c4a25 (patch) | |
tree | c3ce407cb686be55c4774e2e5c2e03ae9b12728b /test/CMakeLists.txt | |
parent | aa26e965a62e03050f68cbe8cdc3a7ca2194a0c6 (diff) | |
download | libADLMIDI-5fdd39289affe341151839a48e227d51b08c4a25.tar.gz libADLMIDI-5fdd39289affe341151839a48e227d51b08c4a25.tar.bz2 libADLMIDI-5fdd39289affe341151839a48e227d51b08c4a25.zip |
specialized hash table for bank number mappings
Diffstat (limited to 'test/CMakeLists.txt')
-rw-r--r-- | test/CMakeLists.txt | 7 |
1 files changed, 7 insertions, 0 deletions
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") |