diff options
author | Vitaly Novichkov <admin@wohlnet.ru> | 2018-09-04 01:28:29 +0300 |
---|---|---|
committer | Vitaly Novichkov <admin@wohlnet.ru> | 2018-09-04 01:28:29 +0300 |
commit | 9efe77035f72c0a0ee046e3b2cda0157acd2a8ca (patch) | |
tree | 6e1ef697e208386e2eabab75699c19c138ffe893 /test/CMakeLists.txt | |
parent | f2a62189128a508be9d5bcbc30aabc69c3112efb (diff) | |
parent | 5c9eb9c4fb736a004af31874d457a183d7a3cbe5 (diff) | |
download | libADLMIDI-9efe77035f72c0a0ee046e3b2cda0157acd2a8ca.tar.gz libADLMIDI-9efe77035f72c0a0ee046e3b2cda0157acd2a8ca.tar.bz2 libADLMIDI-9efe77035f72c0a0ee046e3b2cda0157acd2a8ca.zip |
Merge branch 'master' into stable
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 ee02087..9e6b247 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -3,6 +3,7 @@ set(CMAKE_CXX_STANDARD 11) add_subdirectory(bankmap) add_subdirectory(conversion) +add_subdirectory(wopl-file) add_library(Catch-objects OBJECT "common/catch_main.cpp") target_include_directories(Catch-objects PRIVATE "common") |