Skip to content

Using file(GLOB) is discouraged in CMake as it doesn't automatically detect when new source files are added, requiring manual reconfiguration. Consider explicitly listing source files or using file(GLOB_RECURSE) with CMAKE_CONFIGURE_DEPENDS for b...#146

Merged
joe10832 merged 1 commit intomainfrom
copilot/fix-ef0f1a43-168c-4964-a85c-a1b25e41a268
Oct 2, 2025
Merged

Using `file(GLOB)` is discouraged in CMake as it doesn't automatically detect when new source files are added, requiring manual reconfiguration. Consider explicitly listing source files or using `file(GLOB_RECURSE)` with `CMAKE_CONFIGURE_DEPENDS` for b...#146
joe10832 merged 1 commit intomainfrom
copilot/fix-ef0f1a43-168c-4964-a85c-a1b25e41a268

Commits

Commits on Oct 2, 2025