summaryrefslogtreecommitdiffstats
path: root/Source/cmMakefile.h
diff options
context:
space:
mode:
authorDavid Cole <david.cole@kitware.com>2012-05-01 18:09:59 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2012-05-01 18:09:59 (GMT)
commit8df7aa54f0f78d48e4ed91001ac9ac9d39dbf535 (patch)
treecfde4039510819e096c2bf197cfdc6e7827b6b0d /Source/cmMakefile.h
parentd05e12bc166d4285ccd5e961bd48cc6eb95bc77f (diff)
parentfdb3f878fec158ab284130a55849ada9edbd6fd1 (diff)
downloadCMake-8df7aa54f0f78d48e4ed91001ac9ac9d39dbf535.zip
CMake-8df7aa54f0f78d48e4ed91001ac9ac9d39dbf535.tar.gz
CMake-8df7aa54f0f78d48e4ed91001ac9ac9d39dbf535.tar.bz2
Merge topic 'module-no-soname'
fdb3f87 Test NO_SONAME property (#13155) e1409ac Support building shared libraries or modules without soname (#13155)
Diffstat (limited to 'Source/cmMakefile.h')
-rw-r--r--Source/cmMakefile.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/cmMakefile.h b/Source/cmMakefile.h
index 8b3bef7..9fc64d6 100644
--- a/Source/cmMakefile.h
+++ b/Source/cmMakefile.h
@@ -595,6 +595,9 @@ public:
/** Return whether the target platform is 64-bit. */
bool PlatformIs64Bit() const;
+ /** Retrieve soname flag for the specified language if supported */
+ const char* GetSONameFlag(const char* language) const;
+
/**
* Get a list of preprocessor define flags.
*/