diff options
author | Josh Morman <mormjb@gmail.com> | 2020-06-01 13:42:05 -0400 |
---|---|---|
committer | Josh Morman <mormjb@gmail.com> | 2020-06-04 10:05:48 -0400 |
commit | 7842e287b56950ea95e7f1961992b6e2d38ca27f (patch) | |
tree | 0df077b9625b61d31e4fdba2426fb0fc16502d7f /cmake/Modules | |
parent | 4866d618d9f37dafe9f4ea54ee5c33588db9e72e (diff) |
pybind11: update binding generation scripts
Diffstat (limited to 'cmake/Modules')
-rw-r--r-- | cmake/Modules/GrPybind.cmake | 4 |
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( |