Merge pull request 'fix: re-add Create module to CMake build' (#244) from fix/create-module-cmake into main
Some checks failed
Build and Test / build (push) Has been cancelled

Reviewed-on: #244
This commit was merged in pull request #244.
This commit is contained in:
2026-02-15 23:06:37 +00:00
2 changed files with 4 additions and 0 deletions

View File

@@ -143,3 +143,6 @@ endif(BUILD_TUX)
if(BUILD_WEB)
add_subdirectory(Web)
endif(BUILD_WEB)
# Kindred Create core module - always built
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