Exponent/CMakeLists.txt

6 lines
105 B
CMake

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