aboutsummaryrefslogtreecommitdiffstats
path: root/classes/cmake.bbclass
blob: 3ae2b1eb314bfc42ed27685daeefa51e61abb620 (plain)
1
2
3
4
5
6
7
8
# We want the staging and installing functions from autotools
inherit autotools

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

EXPORT_FUNCTIONS do_configure