From 60540b87d0825aa52d2761bdb19d8bdd5b32bd9a Mon Sep 17 00:00:00 2001 From: tobtoht Date: Wed, 6 Jan 2021 19:10:35 +0100 Subject: [PATCH] Fix macOS builds --- src/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index c4772e2..145cc66 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -198,10 +198,10 @@ target_link_libraries(feather-wow ) if(APPLE) - target_link_libraries(feather + target_link_libraries(feather-wow KDMacTouchBar ) - target_include_directories(feather + target_include_directories(feather-wow PUBLIC ../contrib/KDMacTouchBar) endif()