From cf2a0af3d95b9ff3d2a20ecde8507be8fbd736ef Mon Sep 17 00:00:00 2001 From: Jonas Kvinge Date: Thu, 19 Aug 2021 20:24:11 +0200 Subject: [PATCH] Fix macdeploycheck link directories --- ext/macdeploycheck/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/macdeploycheck/CMakeLists.txt b/ext/macdeploycheck/CMakeLists.txt index a041c909c..667b551d6 100644 --- a/ext/macdeploycheck/CMakeLists.txt +++ b/ext/macdeploycheck/CMakeLists.txt @@ -1,6 +1,6 @@ qt_wrap_cpp(MACDEPLOYCHECK_MOC ${CMAKE_SOURCE_DIR}/ext/libstrawberry-common/core/logging.h) +link_directories(${GLIB_LIBRARY_DIRS}) add_executable(macdeploycheck macdeploycheck.cpp ${CMAKE_SOURCE_DIR}/ext/libstrawberry-common/core/logging.cpp ${MACDEPLOYCHECK_MOC}) -link_directories(macdeploycheck ${GLIB_LIBRARY_DIRS}) target_include_directories(macdeploycheck PUBLIC SYSTEM ${GLIB_INCLUDE_DIRS} )