summaryrefslogtreecommitdiffstats
path: root/Source/cmCommonTargetGenerator.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2020-02-03 16:31:54 (GMT)
committerKitware Robot <kwrobot@kitware.com>2020-02-03 16:32:01 (GMT)
commit999a8663c5479c1e9afff50fbdcb90fea5bc3de4 (patch)
treefa92b4e610d54c4230952d9b3cd10b2227b0c920 /Source/cmCommonTargetGenerator.h
parentea5c6c3c86c8f22634e32cb8d1ebe8bc1a2c0752 (diff)
parentafcd9fe66943259ea9521ff77b32673e0cdf70b2 (diff)
downloadCMake-999a8663c5479c1e9afff50fbdcb90fea5bc3de4.zip
CMake-999a8663c5479c1e9afff50fbdcb90fea5bc3de4.tar.gz
CMake-999a8663c5479c1e9afff50fbdcb90fea5bc3de4.tar.bz2
Merge topic 'aix-no-export-all'
afcd9fe669 AIX: Add an option to disable automatic exports from shared libraries 67f30811ce AIX: Improve name of internal symbol export list file 0ffd54f094 AIX: Add ExportImportList option to skip the object files 0dcfb63cb9 AIX: Revise ExportImportList to build output more incrementally Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !4308
Diffstat (limited to 'Source/cmCommonTargetGenerator.h')
-rw-r--r--Source/cmCommonTargetGenerator.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmCommonTargetGenerator.h b/Source/cmCommonTargetGenerator.h
index 2796470..b40a2ed 100644
--- a/Source/cmCommonTargetGenerator.h
+++ b/Source/cmCommonTargetGenerator.h
@@ -55,6 +55,7 @@ protected:
std::string GetDefines(const std::string& l, const std::string& config);
std::string GetIncludes(std::string const& l, const std::string& config);
std::string GetManifests(const std::string& config);
+ std::string GetAIXExports(std::string const& config);
std::vector<std::string> GetLinkedTargetDirectories(
const std::string& config) const;