Compare commits

..

No commits in common. "5a0dbe9a5ab63d4535ef0c4484098077412562b9" and "6e0cc49826d887324976c7ce56a6dca16b4c0aa1" have entirely different histories.

View File

@ -8,12 +8,6 @@ set(CMAKE_CXX_STANDARD_REQUIRED ON)
# nvim/fleet users (ONLY WORKS WITH MINGW/NINJA BUILDERS)
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
# Need this to make FETCHCONTENT_QUIET off
if(POLICY CMP0077)
cmake_policy(SET CMP0077 NEW)
endif()
set(FETCHCONTENT_QUIET OFF)
include(FetchContent)
# Dependencies
## - Raylib