Closed xleclercq closed 1 month ago
At the moment CMakeLists.txt uses GLOB. Keeping an explicit list of source files is a bit cumbersome but I like when things are explicit and it's recommended by modern CMake best practices.
Fixed in 43b15ad64c6f0ebd203a91a5f9d4c269cb9b77b7.
At the moment CMakeLists.txt uses GLOB. Keeping an explicit list of source files is a bit cumbersome but I like when things are explicit and it's recommended by modern CMake best practices.