From 38e6dbc6990e8f059b1e74f21069782d359f157d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20B=C3=B6hm?= Date: Tue, 1 Feb 2022 16:25:38 +0100 Subject: [PATCH] Adds filesystem link dependency to phasar_controller. --- lib/Controller/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/Controller/CMakeLists.txt b/lib/Controller/CMakeLists.txt index 8e2b973598..b5ca5d3037 100644 --- a/lib/Controller/CMakeLists.txt +++ b/lib/Controller/CMakeLists.txt @@ -35,6 +35,7 @@ target_link_libraries(phasar_controller LINK_PUBLIC curl ${Boost_LIBRARIES} + ${PHASAR_STD_FILESYSTEM} ) set_target_properties(phasar_controller