mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-20 12:12:15 +00:00
Rename to helpers
This commit is contained in:
@@ -275,7 +275,7 @@ add_dependencies(IfcViewer ${kernel_libraries} ${mapping_libraries})
|
||||
|
||||
target_link_libraries(IfcViewer PUBLIC
|
||||
IfcViewerCore
|
||||
IfcUtil
|
||||
helpers
|
||||
IfcGeom
|
||||
IfcParse
|
||||
${OpenCASCADE_LIBRARIES}
|
||||
|
||||
@@ -158,11 +158,11 @@ target_link_libraries(test_federation PRIVATE
|
||||
Qt${QT_VERSION}::Gui # Federation::HomeView uses QVector3D from QtGui
|
||||
Qt${QT_VERSION}::Test # QSignalSpy
|
||||
Eigen3::Eigen # Federation.h: composed matrices use Eigen
|
||||
# IfcUtil provides Unit::convert + Geolocation helpers
|
||||
# helpers provides Unit::convert + Geolocation helpers
|
||||
# (helmertMetersFromParameters, getWcs, getMapUnit) + Placement
|
||||
# (getAxis2Placement, called from Geolocation::getWcs). Linking the
|
||||
# static lib avoids re-compiling those .cpp files here and pulls
|
||||
# the IfcUtil include dir + IfcParse transitively.
|
||||
IfcUtil
|
||||
# the src/helpers include dir + IfcParse transitively.
|
||||
helpers
|
||||
)
|
||||
catch_discover_tests(test_federation)
|
||||
|
||||
Reference in New Issue
Block a user