File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -106,9 +106,6 @@ function(sub_dir_list result curdir)
106
106
PARENT_SCOPE)
107
107
endfunction (sub_dir_list)
108
108
109
- # add header search directories
110
- include_directories ("${CMAKE_SOURCE_DIR} " )
111
-
112
109
function (generate_package_libraries INIT_DIRECTORY AllLibs)
113
110
# Find all _GeneralModuleFiles and put them into library targets so they aren't rewrapped, built with every module.
114
111
@@ -306,6 +303,9 @@ function(generate_package_targets TARGET_LIST LIB_DEP_LIST MODULE_DIR)
306
303
endforeach ()
307
304
endfunction (generate_package_targets)
308
305
306
+ # add header search directories
307
+ include_directories ("${CMAKE_SOURCE_DIR} " )
308
+
309
309
# Start of main projection configuration
310
310
find_package (Python3 REQUIRED COMPONENTS Interpreter Development.SABIModule)
311
311
You can’t perform that action at this time.
0 commit comments