File: rules

package info (click to toggle)
codec2 0.5.1-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 17,980 kB
  • sloc: ansic: 44,272; makefile: 740; asm: 331; sh: 71
file content (10 lines) | stat: -rwxr-xr-x 250 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/make -f

%:
	dh $@ --builddirectory=Build --buildsystem=cmake

override_dh_auto_configure:
	dh_auto_configure --builddirectory=Build --buildsystem=cmake -- \
	-DCMAKE_BUILD_TYPE=RelWithDebInfo \
	-DINSTALL_EXAMPLES=TRUE \
	-DUNITTEST=TRUE