1
0
mirror of https://github.com/altlinux/admc.git synced 2024-10-26 17:25:38 +03:00
admc/debian/rules

14 lines
215 B
Makefile
Executable File

#!/usr/bin/make -f
export DH_VERBOSE=1
export QT_SELECT=qt5
%:
dh $@ --buildsystem=cmake
override_dh_auto_configure:
dh_auto_configure -- \
-DCMAKE_LIBRARY_PATH=$(DEB_HOST_MULTIARCH) \
-DADMC_BUILD_DEB=ON