Discard old examples - modernize others

This commit is contained in:
Thomas Krijnen
2026-07-31 03:58:50 +02:00
parent 3fc83847dd
commit 008ac8a354
7 changed files with 283 additions and 231 deletions
+3
View File
@@ -53,6 +53,9 @@ endmacro()
function(ifcopenshell_plugin_target TARGET)
set_target_properties(${TARGET} PROPERTIES PREFIX "")
if((NOT WIN32) AND BUILD_SHARED_LIBS AND NOT WASM_BUILD AND NOT CREATE_BUNDLE AND NOT CMAKE_INSTALL_RPATH AND COMMAND SET_INSTALL_SELF_RPATH)
SET_INSTALL_SELF_RPATH(${TARGET})
endif()
endfunction()
function(ifcopenshell_wasm_plugin_link_options TARGET REGISTRATION_SYMBOL)