Stp2Glb/cmake/deps_ifc.cmake
sladro 8218502ee8 chore: import existing STP2GLB project
Co-authored-by: factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com>
2025-10-22 14:36:07 +08:00

9 lines
200 B
CMake

# link the library files located in %LIBRARY_PREFIX%/lib/ifcparse/IfcParse.lib (on windows as an example)
# to the executable
list(APPEND
ADA_CPP_LINK_LIBS
IfcParse
IfcGeom
)