diff options
author | Wohlstand <admin@wohlnet.ru> | 2020-02-22 13:04:09 +0300 |
---|---|---|
committer | Wohlstand <admin@wohlnet.ru> | 2020-02-22 13:04:09 +0300 |
commit | 58c5becbdfd451b4181661a5ff2d3e556e4e8501 (patch) | |
tree | 3cca40873685179f2f6a3ed8a90a6a3760011e48 /utils/mus2mid/CMakeLists.txt | |
parent | 5e5f59c9a31a206195f7a9d48fa33f3d9b7c449c (diff) | |
parent | bdb7f81da3e43db01f4ab5781287d22ecb56e025 (diff) | |
download | libADLMIDI-58c5becbdfd451b4181661a5ff2d3e556e4e8501.tar.gz libADLMIDI-58c5becbdfd451b4181661a5ff2d3e556e4e8501.tar.bz2 libADLMIDI-58c5becbdfd451b4181661a5ff2d3e556e4e8501.zip |
Merge branch 'master' of github.com:Wohlstand/libADLMIDI
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}") + |