diff options
Diffstat (limited to 'Help/prop_tgt/IMPORTED_SONAME.rst')
-rw-r--r-- | Help/prop_tgt/IMPORTED_SONAME.rst | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Help/prop_tgt/IMPORTED_SONAME.rst b/Help/prop_tgt/IMPORTED_SONAME.rst new file mode 100644 index 0000000..bf0c3cb --- /dev/null +++ b/Help/prop_tgt/IMPORTED_SONAME.rst @@ -0,0 +1,8 @@ +IMPORTED_SONAME +--------------- + +The ``soname`` of an ``IMPORTED`` target of shared library type. + +Set this to the ``soname`` embedded in an imported shared library. This +is meaningful only on platforms supporting the feature. Ignored for +non-imported targets. |