diff options
author | Vitaly Novichkov <admin@wohlnet.ru> | 2018-07-26 02:29:54 +0300 |
---|---|---|
committer | Vitaly Novichkov <admin@wohlnet.ru> | 2018-07-26 02:29:54 +0300 |
commit | 553826d16b96fb43a2d18b497c31279b03ee5cb9 (patch) | |
tree | 59bf11e87a92c1965f018422c65e8fde6b57b6b4 /test/CMakeLists.txt | |
parent | e340bd10e45299bd8fb5d683c9b0e963aa2ef770 (diff) | |
parent | 1f90cf121ffb444db9db5fe1e5a5017a3450bac1 (diff) | |
download | libADLMIDI-553826d16b96fb43a2d18b497c31279b03ee5cb9.tar.gz libADLMIDI-553826d16b96fb43a2d18b497c31279b03ee5cb9.tar.bz2 libADLMIDI-553826d16b96fb43a2d18b497c31279b03ee5cb9.zip |
Merge branch 'master' into velocity-offset
# Conflicts:
# src/adlmidi_load.cpp
Diffstat (limited to 'test/CMakeLists.txt')
-rw-r--r-- | test/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index bb5615e..ee02087 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -2,6 +2,7 @@ set(CMAKE_CXX_STANDARD 11) add_subdirectory(bankmap) +add_subdirectory(conversion) add_library(Catch-objects OBJECT "common/catch_main.cpp") target_include_directories(Catch-objects PRIVATE "common") |