vcpkg/ports/joltphysics/usage
Ada Tufankjian 01d51b7207
[joltphysics] Properly patching build so that it will install properly (#33944)
* Maybe fixing jolt

* Trying to fix exports

* mend

* Trying to fix patch

* Trying to fix patch

* Another attempt to fix this

* More correct exports

* Trying to fix includes

* Fixing last error

* Attempting to supply a config file

* Trying to bring back relwithdebinfo

* Nuclear option

* Trying to properly export

* Reordering export operations

* Actually fixing install again

* Installing correct file

* Trying to fix includes again

* Maybe correctly fixing install

* Fixing syntax error

* Updating usage

* Reworking after feedback

* Updating usage

* Another diff change to avoid CXX_FLAGS from being adjusted

* Fixing portfile install dir

* Disabling IPO

* Fixing port name

* Fixing dumb issue

* Disabling debug symbols in release and trying to make sure the port only appends CXX_FLAGS

* Deciding not to mess with dynamic linking for now

* Fixing debug build

* Making sure config gets fixed up
2023-09-27 01:20:50 -07:00

4 lines
164 B
Plaintext

joltphysics provides CMake targets:
find_package(unofficial-joltphysics CONFIG REQUIRED)
target_link_libraries(main PRIVATE unofficial::joltphysics::Jolt)