aboutsummaryrefslogtreecommitdiffstats
path: root/classes/cmake.bbclass
blob: cec74349dc593c7865fd82f1060f997f79df42b0 (plain)
1
2
3
4
5
6
7
inherit autotools

cmake_do_configure() {
	cmake . -DCMAKE_INSTALL_PREFIX:PATH=${prefix}
}

EXPORT_FUNCTIONS do_configure