this repo has no description
1
fork

Configure Feed

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

Make QuickLook a dependency of Quartz

authored by

Andrew Hyatt and committed by
GitHub
6113f3c3 36da30ad

+2
+2
src/Quartz/CMakeLists.txt
··· 24 24 AppKit 25 25 ) 26 26 27 + add_dependencies(Quartz QuickLook) 28 + 27 29 # Ideally would be done through a nested QuickLookUI framework 28 30 set_property(TARGET Quartz APPEND_STRING PROPERTY LINK_FLAGS " -Wl,-reexport_library,${CMAKE_BINARY_DIR}/src/QuickLook/QuickLook ")