SlimeEngine is my personal playground for learning modern Vulkan and its 1.3 features. This project serves as both a learning tool and a growing graphics framework, focusing on clean, understandable implementation of advanced Vulkan concepts. It's a work in progress, evolving as I explore and understand more about low-level graphics programming.
-- CPM: Adding package glfw@3.4 (3.4)
CMake Warning (dev) at C:/Program Files/CMake/share/cmake-3.30/Modules/FetchContent.cmake:1953 (message):
Calling FetchContent_Populate(glfw) is deprecated, call
FetchContent_MakeAvailable(glfw) instead. Policy CMP0169 can be set to OLD
to allow FetchContent_Populate(glfw) to be called directly for now, but the
ability to call it with declared details will be removed completely in a
future version.
Call Stack (most recent call first):
SlimeOdyssey/cmake/CPM.cmake:1008 (FetchContent_Populate)
SlimeOdyssey/cmake/CPM.cmake:802 (cpm_fetch_package)
SlimeOdyssey/cmake/link_libs.cmake:15 (CPMAddPackage)
SlimeOdyssey/CMakeLists.txt:38 (include)
This warning is for project developers. Use -Wno-dev to suppress it.