mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 17:29:07 +08:00
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})
|