def _copy_headers(source_folder_path, root_project_path): include_path = os.path.join(root_project_path, 'Libs/include/libpng') build_utils.copy_files(source_folder_path, include_path, '*.h')
def _copy_headers(source_folder_path, root_project_path): include_path = os.path.join(root_project_path, 'Libs/include/unibreak') build_utils.copy_files( os.path.join(source_folder_path, 'src'), include_path, '*.h')
def _copy_headers(install_path, root_project_path, target_folder): include_path = _headers_include_path(root_project_path, target_folder) build_utils.copy_files(os.path.join(install_path, 'include/openssl'), include_path, '*.h')
def _copy_headers(source_folder_path, root_project_path): include_path = os.path.join(root_project_path, 'Modules', 'Spine', 'Libs', 'include', 'spine') build_utils.copy_files( os.path.join(source_folder_path, 'include', 'spine'), include_path, '*.h')