aboutsummaryrefslogtreecommitdiff
path: root/test/CMakeLists.txt
diff options
context:
space:
mode:
authorJP Cimalando <jpcima@users.noreply.github.com>2018-09-03 08:35:43 +0200
committerJP Cimalando <jpcima@users.noreply.github.com>2018-09-03 08:39:54 +0200
commit273841b7b2442d1909ae8d0233b7097426a1d16c (patch)
tree6e1ef697e208386e2eabab75699c19c138ffe893 /test/CMakeLists.txt
parentce26aee47eba23d1b55a5840f79772c78fd69595 (diff)
downloadlibADLMIDI-273841b7b2442d1909ae8d0233b7097426a1d16c.tar.gz
libADLMIDI-273841b7b2442d1909ae8d0233b7097426a1d16c.tar.bz2
libADLMIDI-273841b7b2442d1909ae8d0233b7097426a1d16c.zip
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")