You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
185 B

enable_language(C)
add_library(foo SHARED foo.c)
set_target_properties(foo PROPERTIES
VERSION 1.0
SOVERSION 1
MACHO_COMPATIBILITY_VERSION 2.1.0
MACHO_CURRENT_VERSION 3.2.1
)