diff options
author | Stephen Kelly <steveire@gmail.com> | 2012-09-17 17:56:50 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2012-09-19 13:32:19 (GMT) |
commit | c31f3d99f8adc95c355f8607bdfccf01cc37c51d (patch) | |
tree | b7eadc1c88e22a045c42bd66b51a15c486559ba6 /Source/cmGeneratorTarget.h | |
parent | d1446ca7a0d1de4ede995d64deef057c741ef0c2 (diff) | |
download | CMake-c31f3d99f8adc95c355f8607bdfccf01cc37c51d.zip CMake-c31f3d99f8adc95c355f8607bdfccf01cc37c51d.tar.gz CMake-c31f3d99f8adc95c355f8607bdfccf01cc37c51d.tar.bz2 |
Add a wrapper for accessing config-specific compile-definitions.
Diffstat (limited to 'Source/cmGeneratorTarget.h')
-rw-r--r-- | Source/cmGeneratorTarget.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/cmGeneratorTarget.h b/Source/cmGeneratorTarget.h index 6a0fe0f..060e25a 100644 --- a/Source/cmGeneratorTarget.h +++ b/Source/cmGeneratorTarget.h @@ -77,6 +77,8 @@ public: /** Get the include directories for this target. */ std::vector<std::string> GetIncludeDirectories(); + const char *GetCompileDefinitions(const char *config = 0); + private: void ClassifySources(); void LookupObjectLibraries(); |