Link stl library on Windows

This commit is contained in:
Matthias Hochsteger 2019-10-03 11:00:44 +02:00
parent 562800babc
commit 8acf84b6ec

View File

@ -3,6 +3,7 @@ add_definitions(-DNGLIB_EXPORTS)
if(WIN32)
set(nglib_objects
$<TARGET_OBJECTS:mesh>
$<TARGET_OBJECTS:stl>
$<TARGET_OBJECTS:interface>
$<TARGET_OBJECTS:geom2d>
$<TARGET_OBJECTS:csg>