Skip to content

Commit

Permalink
version 0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
wsteffe committed Jun 6, 2020
1 parent d6904f9 commit 07a2be9
Show file tree
Hide file tree
Showing 58 changed files with 13,816 additions and 6,930 deletions.
378 changes: 175 additions & 203 deletions CMakeLists.txt

Large diffs are not rendered by default.

Binary file modified doc/manual/manual.pdf
Binary file not shown.
12 changes: 6 additions & 6 deletions src/CAD/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This file is part of the EmCAD program which constitutes the client
# side of an electromagnetic modeler delivered as a cloud based service.
#
# Copyright (C) 2015 Walter Steffe`
# Copyright (C) 2015-2020 Walter Steffe`
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
Expand All @@ -22,7 +22,6 @@ include_directories (
${OCC_INCLUDES}
${Boost_INCLUDE_DIR}
.
../SalomeGeom/GEOM/GEOMAlgo
../DataBase
../GUI
)
Expand All @@ -35,6 +34,7 @@ set ( CAD_HDRS
set ( CAD_SRCS
ocaf.cpp
InputOutput.cpp
gnulib_flock.cpp
OStools.cpp
)

Expand All @@ -54,7 +54,7 @@ add_executable ( emcad_imprint ${EMCAD_IMPRINT_SRCS})
if(MSVC)
target_link_libraries (
emcad_imprint
CAD DataBase GEOMAlgo
CAD DataBase GEOMAlgo ShHealOper
optimized ${OCC_LIBRARIES}
debug ${OCC_LIBRARIES_DEB}
${OCC_3PARTIES_LIBRARIES}
Expand All @@ -63,7 +63,7 @@ add_executable ( emcad_imprint ${EMCAD_IMPRINT_SRCS})
else(MSVC)
target_link_libraries (
emcad_imprint
CAD DataBase GEOMAlgo
CAD DataBase
${OCC_LIBRARIES}
${OCC_3PARTIES_LIBRARIES}
${Boost_LIBRARIES}
Expand All @@ -88,15 +88,15 @@ add_executable ( emcad_split ${EMCAD_SPLIT_SRCS})

if(MSVC)
target_link_libraries (
emcad_split CAD DataBase GEOMAlgo
emcad_split CAD DataBase
optimized ${OCC_LIBRARIES}
debug ${OCC_LIBRARIES_DEB}
${OCC_3PARTIES_LIBRARIES}
${Boost_LIBRARIES}
)
else(MSVC)
target_link_libraries (
emcad_split CAD DataBase GEOMAlgo
emcad_split CAD DataBase
${OCC_LIBRARIES}
${OCC_3PARTIES_LIBRARIES}
${Boost_LIBRARIES}
Expand Down
Loading

0 comments on commit 07a2be9

Please sign in to comment.