summaryrefslogtreecommitdiffstats
path: root/package/Makefile.in
diff options
context:
space:
mode:
authorBjørn Forsman <bjorn.forsman@gmail.com>2011-01-26 22:18:43 +0100
committerPeter Korsgaard <jacmet@sunsite.dk>2011-01-26 23:22:32 +0100
commitbc1acec14317b0cea2ecec3a6b8dbc6692b720c2 (patch)
tree1e1fa8942312402a5ceecd0be5d1577bab7e4be6 /package/Makefile.in
parent73144a6e02a67f9e7da276cd35c9d146e187653a (diff)
downloadbuildroot-novena-bc1acec14317b0cea2ecec3a6b8dbc6692b720c2.tar.gz
buildroot-novena-bc1acec14317b0cea2ecec3a6b8dbc6692b720c2.zip
Add CMAKETARGETS infrastructure for CMake packages
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 <bjorn.forsman@gmail.com> Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/Makefile.in')
-rw-r--r--package/Makefile.in1
1 files changed, 1 insertions, 0 deletions
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