Add CMAKETARGETS infrastructure for CMake packages
authorBjørn Forsman <bjorn.forsman@gmail.com>
Wed, 26 Jan 2011 21:18:43 +0000 (22:18 +0100)
committerPeter Korsgaard <jacmet@sunsite.dk>
Wed, 26 Jan 2011 22:22:32 +0000 (23:22 +0100)
commitbc1acec14317b0cea2ecec3a6b8dbc6692b720c2
tree1e1fa8942312402a5ceecd0be5d1577bab7e4be6
parent73144a6e02a67f9e7da276cd35c9d146e187653a
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>
package/Makefile.cmake.in [new file with mode: 0644]
package/Makefile.in