summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 7ae93c38..79f0fd1c 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -70,7 +70,7 @@ if(REDIS_STORAGE_BACKEND)
endif()
add_executable(test-lockfile test_lockfile.cpp)
-target_link_libraries(test-lockfile PRIVATE ccache_framework)
+target_link_libraries(test-lockfile PRIVATE standard_settings standard_warnings ccache_framework)
add_subdirectory(core)
add_subdirectory(storage)