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

Fixed linker error on Windows.

parent 80a00bf2
No related branches found
No related tags found
No related merge requests found
......@@ -46,7 +46,7 @@ TARGET_LINK_LIBRARIES ( CollapseMeshNodes
)
# Create MeshSearchTest executable
ADD_EXECUTABLE( MeshSearchTest
ADD_EXECUTABLE( MeshSearchTest
MeshSearchTest.cpp
${SOURCES}
${HEADERS}
......@@ -59,5 +59,6 @@ TARGET_LINK_LIBRARIES ( MeshSearchTest
BaseLib
GeoLib
logog
${ADDITIONAL_LIBS}
)
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