diff --git a/src/Mod/PartDesign/App/CMakeLists.txt b/src/Mod/PartDesign/App/CMakeLists.txt index 837189bb1..d33676379 100644 --- a/src/Mod/PartDesign/App/CMakeLists.txt +++ b/src/Mod/PartDesign/App/CMakeLists.txt @@ -15,6 +15,7 @@ include_directories( link_directories(${OCC_LIBRARY_DIR}) set(PartDesign_LIBS + ${OCC_LIBRARIES} Part FreeCADApp )