fix pkgconfig data

This commit is contained in:
Rongsong Shen 2025-09-05 15:49:06 +08:00
parent 891355581d
commit a8a0da6ced
2 changed files with 3 additions and 3 deletions

View file

@ -7,7 +7,7 @@ else()
endif()
project(c-capnproto LANGUAGES ${languages})
configure_file(c-capnproto.pc.in c-capnproto.pc)
configure_file(c-capnproto.pc.in c-capnproto.pc @ONLY)
include(CTest)