Bindings: Python: Rework disk bindings

This commit is contained in:
Kyle Schwarz
2025-02-20 12:04:16 -05:00
parent a0c8cc62df
commit fb3778f91b
2 changed files with 8 additions and 2 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ install(TARGETS icsneopy LIBRARY DESTINATION icsneopy)
find_program(STUBGEN_EXE stubgen)
if(STUBGEN_EXE)
add_custom_command(TARGET icsneopy POST_BUILD COMMAND stubgen -m icsneopy -o .)
add_custom_command(TARGET icsneopy POST_BUILD COMMAND stubgen -v -p icsneopy -o .)
install(FILES ${CMAKE_CURRENT_BINARY_DIR}/icsneopy.pyi py.typed DESTINATION icsneopy)
endif()