schroedinger-solver/CMakeLists.txt

14 lines
327 B
Text
Raw Normal View History

2022-10-16 14:13:13 +02: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")
2022-10-18 16:57:14 +02:00
add_subdirectory("vendor/cglm")
2022-10-16 14:13:13 +02:00
add_subdirectory("vendor/glad")
# Include sub-projects.
add_subdirectory ("src")