aboutsummaryrefslogtreecommitdiff
path: root/test/CMakeLists.txt
diff options
context:
space:
mode:
authorVitaly Novichkov <Wohlstand@users.noreply.github.com>2018-09-03 13:15:04 +0300
committerGitHub <noreply@github.com>2018-09-03 13:15:04 +0300
commit5c9eb9c4fb736a004af31874d457a183d7a3cbe5 (patch)
tree6e1ef697e208386e2eabab75699c19c138ffe893 /test/CMakeLists.txt
parentce26aee47eba23d1b55a5840f79772c78fd69595 (diff)
parent273841b7b2442d1909ae8d0233b7097426a1d16c (diff)
downloadlibADLMIDI-5c9eb9c4fb736a004af31874d457a183d7a3cbe5.tar.gz
libADLMIDI-5c9eb9c4fb736a004af31874d457a183d7a3cbe5.tar.bz2
libADLMIDI-5c9eb9c4fb736a004af31874d457a183d7a3cbe5.zip
Merge pull request #170 from jpcima/wopl-file
wopl: bug fix and test
Diffstat (limited to 'test/CMakeLists.txt')
-rw-r--r--test/CMakeLists.txt1
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")