mirror of
https://github.com/NGSolve/netgen.git
synced 2024-12-26 05:50:32 +05:00
Link stl library on Windows
This commit is contained in:
parent
562800babc
commit
8acf84b6ec
@ -3,6 +3,7 @@ add_definitions(-DNGLIB_EXPORTS)
|
|||||||
if(WIN32)
|
if(WIN32)
|
||||||
set(nglib_objects
|
set(nglib_objects
|
||||||
$<TARGET_OBJECTS:mesh>
|
$<TARGET_OBJECTS:mesh>
|
||||||
|
$<TARGET_OBJECTS:stl>
|
||||||
$<TARGET_OBJECTS:interface>
|
$<TARGET_OBJECTS:interface>
|
||||||
$<TARGET_OBJECTS:geom2d>
|
$<TARGET_OBJECTS:geom2d>
|
||||||
$<TARGET_OBJECTS:csg>
|
$<TARGET_OBJECTS:csg>
|
||||||
|
Loading…
Reference in New Issue
Block a user