aboutsummaryrefslogtreecommitdiff
path: root/source/tests/lib
diff options
context:
space:
mode:
Diffstat (limited to 'source/tests/lib')
-rw-r--r--source/tests/lib/system/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/tests/lib/system/CMakeLists.txt b/source/tests/lib/system/CMakeLists.txt
index ba0ff1a..a33c495 100644
--- a/source/tests/lib/system/CMakeLists.txt
+++ b/source/tests/lib/system/CMakeLists.txt
@@ -2,7 +2,7 @@ add_executable("wanda-tests-system"
"src/xdg.cpp"
)
-target_link_libraries("wanda-tests-system"
+target_link_libraries("wanda-tests-system" PRIVATE
"wanda::system"
"Catch2::Catch2WithMain"