From bc1acec14317b0cea2ecec3a6b8dbc6692b720c2 Mon Sep 17 00:00:00 2001 From: Bjørn Forsman Date: Wed, 26 Jan 2011 22:18:43 +0100 Subject: Add CMAKETARGETS infrastructure for CMake packages MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The CMAKETARGETS infrastructure makes adding CMake-based packages to Buildroot easy. It uses the same set of variables as the autotools infrastructure, except for autoreconf and libtool stuff which is not needed. Usage: just call CMAKETARGETS instead of AUTOTARGETS. Signed-off-by: Bjørn Forsman Acked-by: Thomas Petazzoni Signed-off-by: Peter Korsgaard --- package/Makefile.in | 1 + 1 file changed, 1 insertion(+) (limited to 'package/Makefile.in') diff --git a/package/Makefile.in b/package/Makefile.in index 599f68494..4e795f950 100644 --- a/package/Makefile.in +++ b/package/Makefile.in @@ -319,4 +319,5 @@ ENABLE_DEBUG:= endif include package/Makefile.autotools.in +include package/Makefile.cmake.in include package/Makefile.package.in -- cgit v1.2.3