opengl linux

This commit is contained in:
2021-04-22 14:39:54 +03:00
parent e48951ec38
commit 36a567dbeb

View File

@@ -1,5 +1,6 @@
cmake_minimum_required(VERSION 3.0)
cmake_policy(SET CMP0017 NEW) # need include() with .cmake
cmake_policy(SET CMP0072 NEW) # FindOpenGL prefers GLVND by default
project(qad)
set(qad_MAJOR 2)
set(qad_MINOR 2)