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:
parent
2bf6841b03
commit
8b687f541c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user