aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/cxxsupp/builtins/Darwin-excludes/CMakeLists.txt
blob: bc6fcefc2077110ca9132af042129f0b50cdcde3 (plain) (blame)
1
2
3
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()