this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

CoreServices should reexport CF

+2
+2
src/frameworks/CoreServices/CMakeLists.txt
··· 84 84 set(FSEvents_BUILD ${CMAKE_CURRENT_BINARY_DIR}/FSEvents) 85 85 set(LaunchServices_BUILD ${CMAKE_CURRENT_BINARY_DIR}/LaunchServices) 86 86 set(CFNetwork_BUILD ${CMAKE_BINARY_DIR}/src/external/cfnetwork/src/CFNetwork) 87 + set(CoreFoundation_BUILD ${CMAKE_BINARY_DIR}/src/external/corefoundation/CoreFoundation) 87 88 reexport(CoreServices FSEvents ${FSEvents_BUILD}) 88 89 reexport(CoreServices LaunchServices ${LaunchServices_BUILD}) 89 90 reexport(CoreServices CFNetwork ${CFNetwork_BUILD}) 91 + reexport(CoreServices CoreFoundation ${CoreFoundation_BUILD}) 90 92 91 93 install(FILES SystemVersion.plist DESTINATION "libexec/darling/System/Library/CoreServices")