Update CMakeLists.txt

This commit is contained in:
狸小华
2020-12-29 17:37:41 +08:00
committed by GitHub
parent f9d1ac17ca
commit 49f777d638

View File

@@ -15,7 +15,10 @@ set_target_properties(ffiquickjs PROPERTIES
VERSION 1.0.0 VERSION 1.0.0
# "compatibility version" in semantic format in Mach-O binary file # "compatibility version" in semantic format in Mach-O binary file
SOVERSION 1.0.0 SOVERSION 1.0.0
MACOSX_FRAMEWORK_BUNDLE_VERSION 100
MACOSX_FRAMEWORK_SHORT_VERSION_STRING 100
XCODE_ATTRIBUTE_DYLIB_INSTALL_NAME_BASE "@rpath"
PUBLIC_HEADER ffi.h PUBLIC_HEADER ffi.h
XCODE_ATTRIBUTE_CODE_SIGN_IDENTITY "Apple Development" XCODE_ATTRIBUTE_CODE_SIGN_IDENTITY "Apple Development"
# RESOURCE "${RESOURCE_FILES}" # RESOURCE "${RESOURCE_FILES}"
) )