summaryrefslogtreecommitdiff
path: root/cmake/Modules/GrPybind.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'cmake/Modules/GrPybind.cmake')
-rw-r--r--cmake/Modules/GrPybind.cmake4
1 files changed, 4 insertions, 0 deletions
diff --git a/cmake/Modules/GrPybind.cmake b/cmake/Modules/GrPybind.cmake
index 4f9fee6eba..5486296a36 100644
--- a/cmake/Modules/GrPybind.cmake
+++ b/cmake/Modules/GrPybind.cmake
@@ -119,6 +119,10 @@ SET(MODULE_NAME ${name})
if (${name} STREQUAL gr)
SET(MODULE_NAME "runtime")
endif()
+if (${name} STREQUAL video_sdl)
+ SET(MODULE_NAME "video-sdl")
+endif()
+
if(ENABLE_DOXYGEN)
add_custom_command(