Fix macOS builds

This commit is contained in:
tobtoht 2021-01-06 19:10:35 +01:00 committed by wowario
parent db5ba12190
commit 60540b87d0
No known key found for this signature in database
GPG Key ID: 24DCBE762DE9C111
1 changed files with 2 additions and 2 deletions

View File

@ -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()