summaryrefslogtreecommitdiff
path: root/Source/cmMakefile.h
diff options
context:
space:
mode:
authorAlex Neundorf <neundorf@kde.org>2011-08-10 19:51:07 +0200
committerAlex Neundorf <neundorf@kde.org>2011-08-14 15:58:08 +0200
commit83b730cd1aeeafc05473d163e13fb5489817c149 (patch)
tree9fbbc97050565198c21e6b58d54aba71da9ba656 /Source/cmMakefile.h
parent126c6ead7707ac29f3b2fa779752025c7cc0da32 (diff)
downloadcmake-83b730cd1aeeafc05473d163e13fb5489817c149.tar.gz
Add AUTOMOC to the add_library() command
Alex
Diffstat (limited to 'Source/cmMakefile.h')
-rw-r--r--Source/cmMakefile.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmMakefile.h b/Source/cmMakefile.h
index c01bb5d8a3..618f4f3912 100644
--- a/Source/cmMakefile.h
+++ b/Source/cmMakefile.h
@@ -325,7 +325,7 @@ public:
/**
* Set the name of the library.
*/
- void AddLibrary(const char *libname, cmTarget::TargetType type,
+ cmTarget* AddLibrary(const char *libname, cmTarget::TargetType type,
const std::vector<std::string> &srcs,
bool excludeFromAll = false);