talloc: Added cmake build system.
authorAndreas Schneider <asn@redhat.com>
Mon, 11 Jan 2010 14:16:14 +0000 (15:16 +0100)
committerAndreas Schneider <asn@redhat.com>
Fri, 15 Jan 2010 11:04:58 +0000 (12:04 +0100)
commit9f93ca9409200dfadd2c91e3927dfd0f8296099f
treead2259b1c584693e766061660aa65e01b26e0d93
parent1e6fef18db8899778beaee59914c0384a8961cf2
talloc: Added cmake build system.
17 files changed:
lib/talloc/CMakeLists.txt [new file with mode: 0644]
lib/talloc/CPackConfig.cmake [new file with mode: 0644]
lib/talloc/cmake/Modules/COPYING-CMAKE-SCRIPTS [new file with mode: 0644]
lib/talloc/cmake/Modules/CheckPrototypeDefinition.c.in [new file with mode: 0644]
lib/talloc/cmake/Modules/CheckPrototypeDefinition.cmake [new file with mode: 0644]
lib/talloc/cmake/Modules/CheckSignalType.c.in [new file with mode: 0644]
lib/talloc/cmake/Modules/CheckSignalType.cmake [new file with mode: 0644]
lib/talloc/cmake/Modules/DefineCMakeDefaults.cmake [new file with mode: 0644]
lib/talloc/cmake/Modules/DefineCompilerFlags.cmake [new file with mode: 0644]
lib/talloc/cmake/Modules/DefineInstallationPaths.cmake [new file with mode: 0644]
lib/talloc/cmake/Modules/MacroAddCompileFlags.cmake [new file with mode: 0644]
lib/talloc/cmake/Modules/MacroAddLinkFlags.cmake [new file with mode: 0644]
lib/talloc/cmake/Modules/MacroAddPlugin.cmake [new file with mode: 0644]
lib/talloc/cmake/Modules/MacroCopyFile.cmake [new file with mode: 0644]
lib/talloc/cmake/Modules/MacroEnsureOutOfSourceBuild.cmake [new file with mode: 0644]
lib/talloc/cmake/Modules/UseDoxygen.cmake [new file with mode: 0644]
lib/talloc/talloc.pc.cmake [new file with mode: 0644]