fix: re-add Create module to CMake build #244
@@ -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