mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 06:19:00 +08:00
b049e49516
* [libsbml] Update to 5.20.0 * update version * fix incorrect option * update version * install usage * update version * apply suggestions * update version * fix depends libxml2 * update version
5 lines
127 B
Plaintext
5 lines
127 B
Plaintext
libsbml provides CMake targets:
|
|
|
|
find_package(libsbml CONFIG REQUIRED)
|
|
target_link_libraries(main PRIVATE libsbml)
|