mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-02-22 07:29:52 -05:00
fix: link to corefoundation from thirdparty dir
fix provided by yan12125
This commit is contained in:
parent
a7ffd28e26
commit
b42fb1cce1
2
src/thirdparty/ykcore/CMakeLists.txt
vendored
2
src/thirdparty/ykcore/CMakeLists.txt
vendored
@ -40,5 +40,5 @@ elseif(UNIX AND NOT APPLE)
|
||||
target_compile_definitions(ykcore PRIVATE _GNU_SOURCE)
|
||||
elseif(APPLE)
|
||||
target_sources(ykcore PRIVATE ykcore_osx.c)
|
||||
target_link_libraries(ykcore PUBLIC "-framework IOKit")
|
||||
target_link_libraries(ykcore PUBLIC "-framework IOKit -framework Foundation")
|
||||
endif()
|
||||
|
Loading…
x
Reference in New Issue
Block a user