File: pkgconfig

package info (click to toggle)
xbyak 7.24.2-3
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 2,060 kB
  • sloc: cpp: 21,493; ansic: 2,981; python: 372; makefile: 316; sh: 204
file content (8 lines) | stat: -rwxr-xr-x 160 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
#!/bin/sh

set -eu

cd "$AUTOPKGTEST_TMP"

c++ -Wall -Wextra -Wpedantic -Werror -o test0 "$OLDPWD/sample/test0.cpp" $(pkg-config --cflags --libs xbyak)
./test0