We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7511dc commit 6e4b036Copy full SHA for 6e4b036
1 file changed
docs/examples/CMakeLists.txt
@@ -16,8 +16,12 @@ if(POLICY CMP0072)
16
endif()
17
set(OpenGL_GL_PREFERENCE GLVND)
18
19
+
20
find_package(OpenGL REQUIRED)
21
22
+# Add SDL2 before pythonic to ensure SDL2::SDL2 target is available if needed
23
+find_package(SDL2 REQUIRED)
24
25
# Find the Pythonic library (header-only)
26
# FAILS if not installed
27
find_package(pythonic REQUIRED)
0 commit comments