extism / cpp-sdk

Extism C++ Host SDK
BSD 3-Clause "New" or "Revised" License
7 stars 3 forks source link

fix: include deps as private in pkg-config #6

Closed G4Vi closed 8 months ago

G4Vi commented 8 months ago

They do not need to be exposed to the application so I think this is best practice. The dynamic pkg-config also able to use the jsoncpp package as a dep instead of adding its linking flags manually.