opengl linux

This commit is contained in:
2021-04-22 14:39:42 +03:00
parent 664c2a2199
commit b1f65a4e6a

View File

@@ -1,4 +1,5 @@
cmake_minimum_required(VERSION 3.0)
cmake_policy(SET CMP0072 NEW) # FindOpenGL prefers GLVND by default
project(qglengine)
find_package(QAD REQUIRED)
qad_find_qt(Qt5 Core Gui OpenGL Xml)