739ce79e21
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
11 lines
288 B
PkgConfig
11 lines
288 B
PkgConfig
prefix=/other
|
|
exec_prefix=${prefix}
|
|
libdir="${exec_prefix}/lib"
|
|
includedir="${prefix}/include"
|
|
|
|
Name: Other Cflags and Libs test
|
|
Description: Test package for testing variants of --cflags and --libs
|
|
Version: 1.0.0
|
|
Libs: -L${libdir} -Wl,--as-needed -lother
|
|
Cflags: -I${includedir} -DOTHER
|