fix some target folders to respect parent cmake

This commit is contained in:
Diego Mateos
2025-11-27 14:21:01 +01:00
committed by Thomas Krijnen
parent c828c1b08d
commit 7221e72cfa
5 changed files with 26 additions and 6 deletions
+5 -1
View File
@@ -19,7 +19,11 @@ endif()
target_link_libraries(Serializers ${SERIALIZER_SCHEMA_LIBRARIES} ${OPENCOLLADA_LIBRARIES} ${USD_LIBRARIES} IfcGeom ${OPENCASCADE_LIBRARIES} ${kernel_libraries} IfcParse)
install(TARGETS Serializers)
install(TARGETS Serializers
ARCHIVE DESTINATION ${LIBDIR}
RUNTIME DESTINATION ${BINDIR}
LIBRARY DESTINATION ${LIBDIR}
)
install(FILES ${SERIALIZERS_H_FILES}
DESTINATION ${INCLUDEDIR}/serializers/