Co-authored-by: factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com>
9 lines
200 B
CMake
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
|
|
)
|