myx-example-app-deb/debian/rules.in

23 lines
458 B
Plaintext
Raw Permalink Normal View History

2023-10-13 10:32:12 +00:00
#!/usr/bin/make -f
CMAKE_OPTS:= \
-DENABLE_MODEL=@ENABLE_MODEL@ \
-DCMAKE_INSTALL_PREFIX=@CMAKE_INSTALL_PREFIX@ \
-DCMAKE_INSTALL_SYSCONFDIR=etc \
-DCMAKE_INSTALL_LIBDIR=lib \
-DCMAKE_INSTALL_DATAROOTDIR=share \
-DCMAKE_BUILD_TYPE=Release
%:
dh $@ --buildsystem=cmake -builddirectory=build --parallel
override_dh_auto_configure:
dh_auto_configure -- $(CMAKE_OPTS)
override_dh_auto_test:
true
override_dh_strip:
dh_strip --no-automatic-dbgsym