schroedinger-solver/CMakeLists.txt

13 lines
295 B
CMake
Raw Normal View History

2022-10-16 12:13:13 +00:00
# CMakeList.txt : Top-level CMake project file, do global configuration
# and include sub-projects here.
#
cmake_minimum_required (VERSION 3.8)
project ("schroedinger-solver")
add_subdirectory("vendor/glfw")
add_subdirectory("vendor/glad")
# Include sub-projects.
add_subdirectory ("src")