Add GLFW as submodule

This commit is contained in:
2022-10-11 13:31:46 +02:00
parent 5c1d2bb0ad
commit 9ebdb74e22
7 changed files with 24 additions and 12 deletions

View File

@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.14)
cmake_minimum_required(VERSION 3.20)
project(
Fall-Fever
@@ -9,7 +9,6 @@ project(
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
find_package(glfw3 REQUIRED)
find_package(glm REQUIRED)
find_package(spdlog REQUIRED)