diff options
| author | Skye Deving <76892045+skyedeving@users.noreply.github.com> | 2021-01-06 01:35:13 -0600 |
|---|---|---|
| committer | Skye Deving <76892045+skyedeving@users.noreply.github.com> | 2021-01-28 11:05:42 -0600 |
| commit | 26887eff32640ccb5bcf1d0e042dee31b4e7aa9a (patch) | |
| tree | 85c2b7ac5b10ef6244cb3fc7a6ed386a10a1dfe8 /CMakeLists.txt | |
| parent | cf0a18a51376a49eb6c08aefc14fcf6ba5e2edd1 (diff) | |
Check if the explicit linking is unnecessary
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 963151ed..22ff49d7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -25,7 +25,7 @@ target_include_directories(Attorney_Online PRIVATE include) find_package(Qt5 COMPONENTS Core Gui Network Widgets REQUIRED) target_link_directories(Attorney_Online PRIVATE lib) target_link_libraries(Attorney_Online PRIVATE Qt5::Core Qt5::Gui Qt5::Network Qt5::Widgets - bass bassopus qapng discord-rpc) + bass bassopus discord-rpc) # Subdirectories add_subdirectory(test) |
