File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -71,6 +71,7 @@ endif()
71
71
# At configuration time, collect headers for the framework bundle and copy them
72
72
# into a staging directory. Later we can copy over the entire folder.
73
73
file (GLOB public_headers ${LLDB_SOURCE_DIR} /include/lldb/API/*.h )
74
+ file (GLOB built_public_headers ${LLDB_FRAMEWORK_ABSOLUTE_BUILD_DIR} /../tools/lldb/include/lldb/API/*.h )
74
75
file (GLOB root_public_headers ${LLDB_SOURCE_DIR} /include/lldb/lldb-*.h )
75
76
file (GLOB root_private_headers ${LLDB_SOURCE_DIR} /include/lldb/lldb-private*.h )
76
77
list (REMOVE_ITEM root_public_headers ${root_private_headers} )
@@ -80,6 +81,7 @@ find_program(unifdef_EXECUTABLE unifdef)
80
81
set (lldb_header_staging ${CMAKE_CURRENT_BINARY_DIR} /FrameworkHeaders )
81
82
foreach (header
82
83
${public_headers}
84
+ ${built_public_headers}
83
85
${root_public_headers} )
84
86
85
87
get_filename_component (basename ${header} NAME )
You can’t perform that action at this time.
0 commit comments