diff options
Diffstat (limited to 'lib/libcompiler_rt/macho_embedded/CMakeLists.txt')
-rw-r--r-- | lib/libcompiler_rt/macho_embedded/CMakeLists.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/libcompiler_rt/macho_embedded/CMakeLists.txt b/lib/libcompiler_rt/macho_embedded/CMakeLists.txt new file mode 100644 index 00000000000..266e4221524 --- /dev/null +++ b/lib/libcompiler_rt/macho_embedded/CMakeLists.txt @@ -0,0 +1,4 @@ +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() |