diff --git a/CMakeLists.txt b/CMakeLists.txt index 142fafde4412..30976cc45178 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -54,7 +54,7 @@ add_definitions(-DCMAKE_SOURCE_DIR="${REAL_CMAKE_SOURCE_DIR}") # cargo needs to be rerun when the sources change. # This is imperfect, but the ninja generator really wants to # not run cargo, so we need to tell it *something* -FILE(GLOB sources src/* src/*/* src/*/*/* macros/Cargo.toml macros/src/*) +FILE(GLOB sources Cargo.* src/* src/*/* src/*/*/* macros/* macros/*/*) # Define a function to link dependencies. function(FISH_LINK_DEPS_AND_SIGN target)