summaryrefslogtreecommitdiffstats
path: root/Source/cmMakefile.h
diff options
context:
space:
mode:
authorAlex Neundorf <neundorf@kde.org>2011-08-10 17:51:07 (GMT)
committerAlex Neundorf <neundorf@kde.org>2011-08-14 13:58:08 (GMT)
commit83b730cd1aeeafc05473d163e13fb5489817c149 (patch)
tree9fbbc97050565198c21e6b58d54aba71da9ba656 /Source/cmMakefile.h
parent126c6ead7707ac29f3b2fa779752025c7cc0da32 (diff)
downloadCMake-83b730cd1aeeafc05473d163e13fb5489817c149.zip
CMake-83b730cd1aeeafc05473d163e13fb5489817c149.tar.gz
CMake-83b730cd1aeeafc05473d163e13fb5489817c149.tar.bz2
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 c01bb5d..618f4f3 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);