Tweak output names

This commit is contained in:
Thomas Krijnen
2026-05-08 13:39:52 +02:00
parent 8d0a6ecc16
commit 8fcaa18171
3 changed files with 3 additions and 2 deletions
+1
View File
@@ -3,6 +3,7 @@ file(GLOB PLUGIN_CPP_FILES *.cpp)
add_library(plugin ${PLUGIN_CPP_FILES} ${PLUGIN_H_FILES})
set_target_properties(plugin PROPERTIES
OUTPUT_NAME "ifcopenshell.plugin"
COMPILE_FLAGS "-DPLUGIN_EXPORTS")
if (NOT CREATE_BUNDLE)