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
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:
@@ -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)
|
||||
|
||||
@@ -13,6 +13,7 @@ install(
|
||||
FILES
|
||||
Init.py
|
||||
InitGui.py
|
||||
kc_format.py
|
||||
update_checker.py
|
||||
${CMAKE_CURRENT_BINARY_DIR}/version.py
|
||||
DESTINATION
|
||||
|
||||
Reference in New Issue
Block a user