From 780d1791f3f9a84b425f3a2d96ce2af08ab2b0c6 Mon Sep 17 00:00:00 2001 From: wmayer Date: Wed, 1 Nov 2017 13:19:09 +0100 Subject: [PATCH] add occ library dir to PathSimulator --- src/Mod/Path/PathSimulator/App/CMakeLists.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/Mod/Path/PathSimulator/App/CMakeLists.txt b/src/Mod/Path/PathSimulator/App/CMakeLists.txt index cbe0975d38..b76804e803 100644 --- a/src/Mod/Path/PathSimulator/App/CMakeLists.txt +++ b/src/Mod/Path/PathSimulator/App/CMakeLists.txt @@ -11,8 +11,10 @@ include_directories( ${XercesC_INCLUDE_DIRS} ) +link_directories(${OCC_LIBRARY_DIR}) + set(PathSimulator_LIBS - Path + Path Part Mesh FreeCADApp