diobat / FluxLumina

FluxLumina is an openGL based rendering engine
MIT License
9 stars 0 forks source link

CMake OverHaul needed #45

Closed diobat closed 11 months ago

diobat commented 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