/
githubmirror
/
pkgconf
Обзор
Документация
Войти
/
githubmirror
/
pkgconf
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
tests/lib1/c-comment.pc
18 строк
394 B
Tuukka Pasanen
tests: Add testing for Source-tag
22 окт 2025, 23:32
22 окт 2025, 23:32
115ce62
Код
Авторство
О чём код?
/* This is a C-style comment, which technically isn't allowed, but some pkg-config files use them. */ prefix=/test exec_prefix=${prefix} libdir=${prefix}/lib includedir=${prefix}/include Name: c-comment Description: A testing pkg-config file Version: 1.2.3 Libs: -L${libdir} -lfoo Cflags: -fPIC -I${includedir}/foo Cflags.private: -DFOO_STATIC License: ISC Source: https://foo.bar/foo