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