mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-27 10:51:13 +00:00
Version and SOVERSION for geometry_serializer
This commit is contained in:
committed by
Thomas Krijnen
parent
2c1d445d5b
commit
a5e94cf0d8
@@ -16,6 +16,9 @@ set_target_properties(geometry_serializer PROPERTIES
|
|||||||
RUNTIME_OUTPUT_DIRECTORY "${geometry_serialization_plugin_runtime_dir}"
|
RUNTIME_OUTPUT_DIRECTORY "${geometry_serialization_plugin_runtime_dir}"
|
||||||
LIBRARY_OUTPUT_DIRECTORY "${geometry_serialization_plugin_runtime_dir}"
|
LIBRARY_OUTPUT_DIRECTORY "${geometry_serialization_plugin_runtime_dir}"
|
||||||
)
|
)
|
||||||
|
if (NOT CREATE_BUNDLE)
|
||||||
|
set_target_properties(geometry_serializer PROPERTIES VERSION "${PROJECT_VERSION}" SOVERSION "${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR}")
|
||||||
|
endif()
|
||||||
target_link_libraries(geometry_serializer plugin IfcGeom IfcParse ${OpenCASCADE_LIBRARIES})
|
target_link_libraries(geometry_serializer plugin IfcGeom IfcParse ${OpenCASCADE_LIBRARIES})
|
||||||
if(NOT WASM_BUILD)
|
if(NOT WASM_BUILD)
|
||||||
target_link_libraries(geometry_serializer geometry_kernel_opencascade)
|
target_link_libraries(geometry_serializer geometry_kernel_opencascade)
|
||||||
|
|||||||
Reference in New Issue
Block a user