mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 06:38:59 +08:00
be736ae191
* add usage * revert * add usage
5 lines
180 B
Plaintext
5 lines
180 B
Plaintext
The package joltphysics can be used from CMake via:
|
|
|
|
find_path(JOLTPHYSICS_INCLUDE_DIRS "Jolt/Jolt.h")
|
|
target_include_directories(main PRIVATE ${JOLTPHYSICS_INCLUDE_DIRS})
|