File: rules

package info (click to toggle)
cubicsdr 0.2.7%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 5,532 kB
  • sloc: cpp: 32,852; sh: 60; makefile: 6
file content (11 lines) | stat: -rwxr-xr-x 226 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+all


%:
	dh ${@} --buildsystem=cmake

override_dh_auto_configure:
	dh_auto_configure -- -DUSE_HAMLIB=ON -DUSE_SYSTEM_RTAUDIO=ON \
		-DOpenGL_GL_PREFERENCE=GLVND