mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 01:19:00 +08:00
5 lines
136 B
Plaintext
5 lines
136 B
Plaintext
casadi provides CMake targets:
|
|
|
|
find_package(casadi CONFIG REQUIRED)
|
|
target_link_libraries(main PRIVATE $<TARGET_NAME:casadi>)
|
|
|