0000658: Automake lacks option to build Mods: Assembly and Cam

This commit is contained in:
wmayer
2012-04-07 16:07:42 +02:00
parent 1eddf8aa8d
commit da2b4c8682
2 changed files with 39 additions and 1 deletions

View File

@@ -31,10 +31,18 @@ SUBDIRS += ReverseEngineering MeshPart Fem Inspection
endif
#endif
if BUILD_ASSEMBLY
SUBDIRS += Assembly
endif
if BUILD_SANDBOX
SUBDIRS += Sandbox
endif
if BUILD_CAM
SUBDIRS += Cam
endif
EXTRA_DIST = \
__init__.py \
CMakeLists.txt \