diff options
author | Chris Xiong <chirs241097@gmail.com> | 2020-11-11 19:40:33 +0800 |
---|---|---|
committer | Chris Xiong <chirs241097@gmail.com> | 2020-11-11 19:40:33 +0800 |
commit | 529bfd4d8a40981dabb248022a99f1307b11b81b (patch) | |
tree | e1dd90e7f443c1dcf756c13a7e5c2867a148f8c6 /qmidiplayer-desktop/CMakeLists.txt | |
parent | fa3ad51059df0999e0c828d8f458277ad064f265 (diff) | |
download | QMidiPlayer-529bfd4d8a40981dabb248022a99f1307b11b81b.tar.xz |
Unnecessary space?
Diffstat (limited to 'qmidiplayer-desktop/CMakeLists.txt')
-rw-r--r-- | qmidiplayer-desktop/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qmidiplayer-desktop/CMakeLists.txt b/qmidiplayer-desktop/CMakeLists.txt index 4c6d23a..d3ee116 100644 --- a/qmidiplayer-desktop/CMakeLists.txt +++ b/qmidiplayer-desktop/CMakeLists.txt @@ -85,7 +85,7 @@ endif() target_link_directories(qmidiplayer PRIVATE - ${fluidsynth_LIBRARY_DIRS} + ${fluidsynth_LIBRARY_DIRS} ${rtmidi_LIBRARY_DIRS} ) |