ComplexPlotting/CMakeLists.txt
2020-08-30 13:22:16 +02:00

8 lines
148 B
CMake

cmake_minimum_required(VERSION 3.7)
project("ComplexPlotting")
find_package(OpenGL REQUIRED)
find_package(glfw3 REQUIRED)
add_subdirectory("src")