aboutsummaryrefslogtreecommitdiff
path: root/test/wopl-file/CMakeLists.txt
diff options
context:
space:
mode:
authorVitaly Novichkov <admin@wohlnet.ru>2018-09-04 01:28:29 +0300
committerVitaly Novichkov <admin@wohlnet.ru>2018-09-04 01:28:29 +0300
commit9efe77035f72c0a0ee046e3b2cda0157acd2a8ca (patch)
tree6e1ef697e208386e2eabab75699c19c138ffe893 /test/wopl-file/CMakeLists.txt
parentf2a62189128a508be9d5bcbc30aabc69c3112efb (diff)
parent5c9eb9c4fb736a004af31874d457a183d7a3cbe5 (diff)
downloadlibADLMIDI-9efe77035f72c0a0ee046e3b2cda0157acd2a8ca.tar.gz
libADLMIDI-9efe77035f72c0a0ee046e3b2cda0157acd2a8ca.tar.bz2
libADLMIDI-9efe77035f72c0a0ee046e3b2cda0157acd2a8ca.zip
Merge branch 'master' into stable
Diffstat (limited to 'test/wopl-file/CMakeLists.txt')
-rw-r--r--test/wopl-file/CMakeLists.txt15
1 files changed, 15 insertions, 0 deletions
diff --git a/test/wopl-file/CMakeLists.txt b/test/wopl-file/CMakeLists.txt
new file mode 100644
index 0000000..082f1fe
--- /dev/null
+++ b/test/wopl-file/CMakeLists.txt
@@ -0,0 +1,15 @@
+
+set(CMAKE_CXX_STANDARD 11)
+
+include_directories (${CMAKE_CURRENT_SOURCE_DIR}/../common
+ ${CMAKE_SOURCE_DIR}/include
+ ${CMAKE_SOURCE_DIR}/src)
+
+add_executable(WoplFile
+ wopl_file.cpp
+ ${libADLMIDI_SOURCE_DIR}/src/wopl/wopl_file.c
+ $<TARGET_OBJECTS:Catch-objects>)
+
+set_target_properties(WoplFile PROPERTIES COMPILE_DEFINITIONS "GSL_THROW_ON_CONTRACT_VIOLATION")
+add_test(NAME WoplFileTest COMMAND WoplFile)
+