mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-26 18:21:59 +00:00
cmake: Use same PRIVATE scope for Serializers target
This commit is contained in:
committed by
Andrej730
parent
7221e72cfa
commit
37d29e5d47
@@ -17,7 +17,7 @@ if(WITH_PROJ)
|
|||||||
target_link_libraries(Serializers PRIVATE proj::proj)
|
target_link_libraries(Serializers PRIVATE proj::proj)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
target_link_libraries(Serializers ${SERIALIZER_SCHEMA_LIBRARIES} ${OPENCOLLADA_LIBRARIES} ${USD_LIBRARIES} IfcGeom ${OPENCASCADE_LIBRARIES} ${kernel_libraries} IfcParse)
|
target_link_libraries(Serializers PRIVATE ${SERIALIZER_SCHEMA_LIBRARIES} ${OPENCOLLADA_LIBRARIES} ${USD_LIBRARIES} IfcGeom ${OPENCASCADE_LIBRARIES} ${kernel_libraries} IfcParse)
|
||||||
|
|
||||||
install(TARGETS Serializers
|
install(TARGETS Serializers
|
||||||
ARCHIVE DESTINATION ${LIBDIR}
|
ARCHIVE DESTINATION ${LIBDIR}
|
||||||
|
|||||||
Reference in New Issue
Block a user