Searched defs:source_list (Results 1 - 1 of 1) sorted by relevance

/inkscape/CMakeScripts/
H A Dcmake_consistency_check.py53 def source_list(path, filename_check=None): function
200 sources_h_fs = list(source_list(cmake_base, is_c_header))
201 sources_c_fs = list(source_list(cmake_base, is_c))
217 for cmake in source_list(SOURCE_DIR, is_cmake):
260 for cf in sorted(source_list(SOURCE_DIR, is_c)):
277 for hf in sorted(source_list(SOURCE_DIR, is_c_header)):

Completed in 10 milliseconds