summaryrefslogtreecommitdiffstats
path: root/src/opengl/doc/snippets/CMakeLists.txt
blob: 03b161ee97b0379b9841937405bf9ee0e2d1b332 (plain)
1
2
3
4
#! [cmake_use]
find_package(Qt6 COMPONENTS OpenGL REQUIRED)
target_link_libraries(mytarget Qt::OpenGL)
#! [cmake_use]