aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSkye Deving <76892045+skyedeving@users.noreply.github.com>2021-01-06 01:35:13 -0600
committerSkye Deving <76892045+skyedeving@users.noreply.github.com>2021-01-28 11:05:42 -0600
commit26887eff32640ccb5bcf1d0e042dee31b4e7aa9a (patch)
tree85c2b7ac5b10ef6244cb3fc7a6ed386a10a1dfe8
parentcf0a18a51376a49eb6c08aefc14fcf6ba5e2edd1 (diff)
Check if the explicit linking is unnecessary
-rw-r--r--CMakeLists.txt2
-rw-r--r--test/CMakeLists.txt2
2 files changed, 2 insertions, 2 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)
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt
index e09e48e3..840eabc1 100644
--- a/test/CMakeLists.txt
+++ b/test/CMakeLists.txt
@@ -4,4 +4,4 @@ find_package(Catch2 REQUIRED)
add_executable(test test_aopacket.cpp test_caseloading.cpp test_apng.cpp test_bass.cpp ../include/aopacket.h ../src/aopacket.cpp)
target_include_directories(test PRIVATE ../include)
target_link_directories(test PRIVATE ../lib)
-target_link_libraries(test PRIVATE Qt5::Core Qt5::Gui Catch2::Catch2 bass bassopus qapng)
+target_link_libraries(test PRIVATE Qt5::Core Qt5::Gui Catch2::Catch2 bass bassopus)