I am trying to build a .deb package for libRocket (http://librocket.com/), but the build script is not in the source root but rather in a subfolder (/Build). See the Github source:
https://github.com/lloydw/libRocket
I can build it fine, using:
cd Build
cmake -DBUILD_PYTHON_BINDINGS=on
I have tried debianising the project using dh_make but can't seem to figure out how to get it to look in the Build folder for a CMakeLists.txt file.
$@
: dh $@ --buildsystem=cmake --sourcedirectory=Build – Stuart Cardall May 24 '15 at 20:24