Skip to content

Commit

Permalink
Add Addon Manager to Tools menu
Browse files Browse the repository at this point in the history
  • Loading branch information
kkremitzki authored and wwmayer committed Feb 2, 2017
1 parent 66982e2 commit 25496ad
Show file tree
Hide file tree
Showing 11 changed files with 1,018 additions and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Expand Up @@ -194,6 +194,7 @@ endif(APPLE)
OPTION(BUILD_FEM "Build the FreeCAD FEM module" ON)
OPTION(BUILD_SANDBOX "Build the FreeCAD Sandbox module which is only for testing purposes" OFF)
OPTION(BUILD_TEMPLATE "Build the FreeCAD template module which is only for testing purposes" OFF)
OPTION(BUILD_ADDONMGR "Build the FreeCAD addon manager module" ON)
OPTION(BUILD_ARCH "Build the FreeCAD Architecture module" ON)
OPTION(BUILD_ASSEMBLY "Build the FreeCAD Assembly module" OFF)
OPTION(BUILD_COMPLETE "Build the FreeCAD complete module" ON)
Expand Down
4 changes: 4 additions & 0 deletions src/Gui/CMakeLists.txt
Expand Up @@ -22,6 +22,10 @@ if (BUILD_VR)
add_definitions(-DBUILD_VR )
endif(BUILD_VR)

if (BUILD_ADDONMGR)
add_definitions(-DBUILD_ADDONMGR )
endif(BUILD_ADDONMGR)

include_directories(
${CMAKE_BINARY_DIR}
${CMAKE_CURRENT_SOURCE_DIR}
Expand Down
378 changes: 378 additions & 0 deletions src/Gui/Icons/AddonManager.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 25496ad

Please sign in to comment.