Skip to content
Snippets Groups Projects
Commit f5c1a5d3 authored by Lars Bilke's avatar Lars Bilke
Browse files

Revert "try to fix linker problems"

This reverts commit 27eb90b0.
parent ed7a003e
No related branches found
No related tags found
No related merge requests found
......@@ -12,26 +12,22 @@ INCLUDE_DIRECTORIES(
${CMAKE_SOURCE_DIR}/MeshLib/
)
IF(VTK_FOUND)
INCLUDE( ${VTK_USE_FILE} )
# Create the executable
ADD_EXECUTABLE( MeshRead
MeshRead.cpp
${SOURCES}
${HEADERS}
)
# Create the executable
ADD_EXECUTABLE( MeshRead
MeshRead.cpp
${SOURCES}
${HEADERS}
)
TARGET_LINK_LIBRARIES ( MeshRead
MeshLib
FileIO
MathLib
BaseLib
GeoLib
logog
${ADDITIONAL_LIBS}
)
ENDIF()
TARGET_LINK_LIBRARIES ( MeshRead
MeshLib
FileIO
MathLib
BaseLib
GeoLib
logog
${ADDITIONAL_LIBS}
)
# Create CollapseMeshNodes executable
ADD_EXECUTABLE( CollapseMeshNodes
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment