Modifications for: - let the surface workbench appear - use only one Surface menu and toolbar instead of two separate ones - create a Bezier surface using 2..4 Bezier curves (does not work yet) - use enums for fill type Signed-off-by: balazs-bamer <kolaloka@freemail.hu>
14 lines
173 B
CMake
14 lines
173 B
CMake
|
|
add_subdirectory(App)
|
|
if(BUILD_GUI)
|
|
add_subdirectory(Gui)
|
|
endif(BUILD_GUI)
|
|
|
|
install(
|
|
FILES
|
|
Init.py
|
|
InitGui.py
|
|
DESTINATION
|
|
Mod/Surface
|
|
)
|