Make QuartzCore reexports dependencies

darlinghq/darling#496
This commit is contained in:
Andrew Hyatt 2019-03-26 17:47:36 -04:00
parent 6cfcb21476
commit a13d0363b1

View File

@ -95,3 +95,5 @@ add_framework(QuartzCore
-Wl,-reexport_library,${CMAKE_BINARY_DIR}/src/CoreVideo/CoreVideo \
-Wl,-reexport_library,${CMAKE_BINARY_DIR}/src/external/objc4/runtime/libobjc.A.dylib "
)
add_dependencies(QuartzCore CoreImage CoreVideo)