mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-24 08:26:59 +00:00
IfcConvert Plug-in discovery for info print
This commit is contained in:
@@ -1,10 +1,7 @@
|
||||
# IfcConvert
|
||||
add_executable(IfcConvert IfcConvert.cpp)
|
||||
|
||||
target_link_libraries(IfcConvert PRIVATE IfcGeom IfcParse ${OpenCASCADE_LIBRARIES} ${Boost_LIBRARIES} ${HDF5_LIBRARIES} ${USD_LIBRARIES})
|
||||
if(TARGET geometry_serializer_hdf)
|
||||
target_link_libraries(IfcConvert PRIVATE geometry_serializer_hdf)
|
||||
endif()
|
||||
target_link_libraries(IfcConvert PRIVATE IfcGeom IfcParse ${OpenCASCADE_LIBRARIES} ${Boost_LIBRARIES})
|
||||
if(kernel_libraries OR mapping_libraries OR geometry_serializer_libraries OR document_serializer_libraries)
|
||||
add_dependencies(IfcConvert ${kernel_libraries} ${mapping_libraries} ${geometry_serializer_libraries} ${document_serializer_libraries})
|
||||
endif()
|
||||
|
||||
Reference in New Issue
Block a user