cmake: fix missing symbols in fparser

- everything dependent needs to be linked first

Signed-off-by: Thorsten Liebig <Thorsten.Liebig@gmx.de>
This commit is contained in:
Thorsten Liebig 2014-09-24 19:51:11 +02:00
parent 2bf6841b03
commit 8b687f541c

View File

@ -147,12 +147,12 @@ INCLUDE_DIRECTORIES( ${openEMS_SOURCE_DIR} ) #find tools
ADD_EXECUTABLE( openEMS ${SOURCES} )
TARGET_LINK_LIBRARIES( openEMS
${CSXCAD_LIBRARIES}
${fparser_LIBRARIES}
FDTD
Common
tools
extensions
tools
${CSXCAD_LIBRARIES}
${fparser_LIBRARIES}
tinyxml
hdf5
hdf5_hl