File: rules

package info (click to toggle)
signal-estimator 0.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 2,252 kB
  • sloc: cpp: 4,752; python: 846; sh: 147; makefile: 58
file content (14 lines) | stat: -rwxr-xr-x 296 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS=hardening=+all

export DEB_CXXFLAGS_MAINT_APPEND = \
         -I/usr/include/concurrentqueue/moodycamel/ \
         -I/usr/include/kissfft/

%:
	dh $@ --buildsystem=cmake

override_dh_auto_configure:
	dh_auto_configure -- \
		-DBUILD_TESTING=ON