summaryrefslogtreecommitdiffstats
path: root/examples/opengl/openglwindow
diff options
context:
space:
mode:
Diffstat (limited to 'examples/opengl/openglwindow')
-rw-r--r--examples/opengl/openglwindow/CMakeLists.txt4
1 files changed, 0 insertions, 4 deletions
diff --git a/examples/opengl/openglwindow/CMakeLists.txt b/examples/opengl/openglwindow/CMakeLists.txt
index d9717daf00b..e7db260eaf3 100644
--- a/examples/opengl/openglwindow/CMakeLists.txt
+++ b/examples/opengl/openglwindow/CMakeLists.txt
@@ -25,10 +25,6 @@ set_target_properties(openglwindow PROPERTIES
MACOSX_BUNDLE TRUE
)
-target_include_directories(openglwindow PUBLIC
- ${CMAKE_CURRENT_SOURCE_DIR}
-)
-
target_link_libraries(openglwindow PUBLIC
Qt::Core
Qt::Gui