diff --git a/src/Mod/Assembly/App/CMakeLists.txt b/src/Mod/Assembly/App/CMakeLists.txt
index f157a4a..8ce1b36 100644
--- a/src/Mod/Assembly/App/CMakeLists.txt
+++ b/src/Mod/Assembly/App/CMakeLists.txt
@@ -21,6 +21,7 @@ include_directories(
 
 )
 
+link_directories(${OCC_LIBRARY_DIR})
 set(Assembly_LIBS
     ${ODE_LIBRARIES}
     ${OCC_LIBRARIES}
diff --git a/src/Mod/Assembly/Gui/CMakeLists.txt b/src/Mod/Assembly/Gui/CMakeLists.txt
index 47a111f..89b0896 100644
--- a/src/Mod/Assembly/Gui/CMakeLists.txt
+++ b/src/Mod/Assembly/Gui/CMakeLists.txt
@@ -20,6 +20,7 @@ include_directories(
     ${EIGEN3_INCLUDE_DIR}
 )
 
+link_directories( ${OCC_LIBRARY_DIR})
 set(AssemblyGui_LIBS
     #${ODE_LIBRARIES}
     Assembly
