merge of '8996304d45d20965f75c306e6317a0238f26fbf7'
[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