llvm-project/compiler-rt/lib/builtins/macho_embedded/CMakeLists.txt

5 lines
189 B
CMake

file(GLOB filter_files ${CMAKE_CURRENT_SOURCE_DIR}/*.txt)
foreach(filter_file ${filter_files})
set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS ${filter_file})
endforeach()