diff options
| author | stonedDiscord <Tukz@gmx.de> | 2022-03-25 13:58:59 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-03-25 15:58:59 +0300 |
| commit | e0c67124a621321ef20fbfd460e79a0fea063740 (patch) | |
| tree | ec4f713c88696843a6c0731e86c8b5e4fcd5bb4c /CMakeLists.txt | |
| parent | 49837a540d2835396741d4a7a195a118285db63f (diff) | |
Midi music (#614)
* add bassmidi everywhere but CI
* hello CI please don't ban me from github
* add lib and open midi files with the lib
* overlooked windows CI
* yes, overwrite everything
* add tracker support
* add file formats that bass supports
* forgot .mid smh
* load all plugins in one function
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 31559add..12a63c30 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -34,7 +34,7 @@ target_include_directories(Attorney_Online PRIVATE include) find_package(Qt5 COMPONENTS Core Gui Network Widgets Concurrent REQUIRED) target_link_directories(Attorney_Online PRIVATE lib) target_link_libraries(Attorney_Online PRIVATE Qt5::Core Qt5::Gui Qt5::Network Qt5::Widgets Qt5::Concurrent - bass bassopus discord-rpc) + bass bassmidi bassopus discord-rpc) target_compile_definitions(Attorney_Online PRIVATE DISCORD) # Subdirectories |
