fix(build): update CMake install paths for silo-mod repo layout
Some checks failed
Build and Test / build (push) Has been cancelled
Some checks failed
Build and Test / build (push) Has been cancelled
The silo submodule now uses silo-mod layout where the FreeCAD workbench is at freecad/ (not pkg/freecad/). Also install the silo-client submodule directory.
This commit is contained in:
@@ -33,7 +33,13 @@ install(
|
|||||||
# Install Silo addon
|
# Install Silo addon
|
||||||
install(
|
install(
|
||||||
DIRECTORY
|
DIRECTORY
|
||||||
${CMAKE_SOURCE_DIR}/mods/silo/pkg/freecad/
|
${CMAKE_SOURCE_DIR}/mods/silo/freecad/
|
||||||
DESTINATION
|
DESTINATION
|
||||||
mods/silo/pkg/freecad
|
mods/silo/freecad
|
||||||
|
)
|
||||||
|
install(
|
||||||
|
DIRECTORY
|
||||||
|
${CMAKE_SOURCE_DIR}/mods/silo/silo-client/
|
||||||
|
DESTINATION
|
||||||
|
mods/silo/silo-client
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user