vcpkg/ports/libsbml/usage
Lily Wang b049e49516
[libsbml] Update to 5.20.0 (#31149)
* [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
2023-05-10 11:40:02 -07:00

5 lines
127 B
Plaintext

libsbml provides CMake targets:
find_package(libsbml CONFIG REQUIRED)
target_link_libraries(main PRIVATE libsbml)