fix: re-add Create module to CMake build #244

Merged
forbes merged 1 commits from fix/create-module-cmake into main 2026-02-15 23:06:40 +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