Created
January 9, 2018 22:05
-
-
Save mnutt/2561435ab1037dd1be27b0e2207cc49d to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/Source/cmake/WebKitMacros.cmake b/Source/cmake/WebKitMacros.cmake | |
index 4c54c1c5de1..858e2e47d8d 100644 | |
--- a/Source/cmake/WebKitMacros.cmake | |
+++ b/Source/cmake/WebKitMacros.cmake | |
@@ -265,6 +265,8 @@ macro(WEBKIT_FRAMEWORK _target) | |
${${_target}_HEADERS} | |
${${_target}_SOURCES} | |
${${_target}_DERIVED_SOURCES} | |
+ ${${_target}_PRIVATE_HEADERS} | |
+ ${${_target}_PUBLIC_HEADERS} | |
) | |
target_link_libraries(${_target} ${${_target}_LIBRARIES}) | |
set_target_properties(${_target} PROPERTIES COMPILE_DEFINITIONS "BUILDING_${_target}") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment