diff options
author | Wohlstand <admin@wohlnet.ru> | 2020-01-28 17:42:15 +0300 |
---|---|---|
committer | Wohlstand <admin@wohlnet.ru> | 2020-01-28 17:42:15 +0300 |
commit | 5cf682052a73ef13aeba4fd4c5770c1379382f5f (patch) | |
tree | 80e9a28bafc9a6557c7bd280afbd9ae5d488114b /utils/mus2mid/CMakeLists.txt | |
parent | 9874b273aee094e6a5fa1c0b8d66c5e33d7cf078 (diff) | |
parent | bdb7f81da3e43db01f4ab5781287d22ecb56e025 (diff) | |
download | libADLMIDI-5cf682052a73ef13aeba4fd4c5770c1379382f5f.tar.gz libADLMIDI-5cf682052a73ef13aeba4fd4c5770c1379382f5f.tar.bz2 libADLMIDI-5cf682052a73ef13aeba4fd4c5770c1379382f5f.zip |
Merge branch 'master' into wip-new-embedded-banks
Diffstat (limited to 'utils/mus2mid/CMakeLists.txt')
-rw-r--r-- | utils/mus2mid/CMakeLists.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/utils/mus2mid/CMakeLists.txt b/utils/mus2mid/CMakeLists.txt new file mode 100644 index 0000000..6430dd4 --- /dev/null +++ b/utils/mus2mid/CMakeLists.txt @@ -0,0 +1,7 @@ +add_executable(mus2mid mus2mid.cpp) +# TODO: Use own library +target_include_directories(mus2mid PRIVATE ${PROJECT_SOURCE_DIR}/src) + +install(TARGETS mus2mid + RUNTIME DESTINATION "${CMAKE_INSTALL_BINDIR}") + |