merge of '15abe433106a3416f43fe1507eb0032a960434bb'
[vuplus_openembedded] / classes / cmake.bbclass
1 inherit autotools
2
3 cmake_do_configure() {
4         cmake . -DCMAKE_INSTALL_PREFIX:PATH=${prefix}
5 }
6
7 EXPORT_FUNCTIONS do_configure