this repo has no description
1
fork

Configure Feed

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

src/frameworks/Quartz: Fix building

Thomas A f5845029 3c755831

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