fix: add Create module to CMake build — fixes silo workbench not loading #221

Merged
forbes merged 2 commits from fix/create-module-install into main 2026-02-14 20:48:33 +00:00
2 changed files with 3 additions and 0 deletions

View File

@@ -143,3 +143,5 @@ endif(BUILD_TUX)
if(BUILD_WEB)
add_subdirectory(Web)
endif(BUILD_WEB)
add_subdirectory(Create)

View File

@@ -13,6 +13,7 @@ install(
FILES
Init.py
InitGui.py
kc_format.py
update_checker.py
${CMAKE_CURRENT_BINARY_DIR}/version.py
DESTINATION