Closed diobat closed 11 months ago
CMake needs a overhaul so as to make local dependencies unecessary.
Use the FetchContent_Declare and FetchContent_MakeAvailable functions to possibilitate the importing of dependencies into the build folder.
As much non-project code as possible should be moved into the build folder
CMake needs a overhaul so as to make local dependencies unecessary.
Use the FetchContent_Declare and FetchContent_MakeAvailable functions to possibilitate the importing of dependencies into the build folder.
As much non-project code as possible should be moved into the build folder