mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 02:29:00 +08:00
4a2a09b905
* [bullet3] Fix wrong target_link_libraries printed * x-add-version * update patch * x-add-version
5 lines
138 B
Plaintext
5 lines
138 B
Plaintext
Bullet3 provides CMake targets:
|
|
|
|
find_package(Bullet CONFIG REQUIRED)
|
|
target_link_libraries(main PRIVATE ${BULLET_LIBRARIES})
|