cmake_minimum_required(VERSION 3.21)
project(Exponent CXX)
add_subdirectory(glfw)
add_subdirectory(src)
add_subdirectory(glm)