Merge pull request 'fix: add Create module to CMake build — fixes silo workbench not loading' (#221) from fix/create-module-install into main
Some checks failed
Build and Test / build (push) Has been cancelled

Reviewed-on: #221
This commit was merged in pull request #221.
This commit is contained in:
2026-02-14 20:48:31 +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