version 1.0.0, 2014-06-22 : Initial version
Forcing CMake in debian/rules
Explaining how to force a buildsystem in a debian/rules file using dh.Just use the --buildsystem
option of the dh command like this:
dh $@ --buildsystem=cmake
Just use the --buildsystem
option of the dh command like this:
dh $@ --buildsystem=cmake