File: rules

package info (click to toggle)
nlohmann-json3 3.11.2-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 17,152 kB
  • sloc: cpp: 101,475; python: 4,426; makefile: 297; sql: 227; ansic: 45; sh: 17
file content (14 lines) | stat: -rwxr-xr-x 389 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f
# See debhelper(7) (uncomment to enable)
# output every command that modifies files on the build system.
#export DH_VERBOSE = 1


%:
	dh $@ --buildsystem=cmake

# they need stuff downloaded from internet, converted into an autopkgtest instead
override_dh_auto_test:

override_dh_auto_configure:
	dh_auto_configure -- -DJSON_MultipleHeaders=ON -DCMAKE_INSTALL_LIBDIR=lib