Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor sources listing in CMakeLists
Moved the detailed listing of source files from src/CMakeLists.txt to main CMakeLists.txt using file(GLOB_RECURSE). This change aims to simplify the source management as it will automatically include any newly added .cpp or .hpp file, preventing the need to manually add each newly created source file into the src/CMakeLists.txt.
- Loading branch information