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
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:
@@ -143,3 +143,5 @@ endif(BUILD_TUX)
|
||||
if(BUILD_WEB)
|
||||
add_subdirectory(Web)
|
||||
endif(BUILD_WEB)
|
||||
|
||||
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