File: pkgconfig

package info (click to toggle)
microprofile 4.0%2Bdfsg-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,960 kB
  • sloc: cpp: 17,692; asm: 372; ansic: 265; makefile: 257; sh: 36
file content (7 lines) | stat: -rwxr-xr-x 171 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
#!/bin/sh

set -eu

cd "$AUTOPKGTEST_TMP"

c++ -Wall -Wextra -Werror -Wno-unused-parameter "$OLDPWD/demo/noframes/noframes.cpp" $(pkg-config --cflags --libs microprofile)