1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2026-01-29 23:38:27 +00:00
openmw/apps/navmeshtool
elsid 921a22fb73
Use target_precompile_headers for the most expensive headers
Only for MSVC. Ccache doesn't work out of the box with precompiled headers but
usually gives less build time for Clang and GCC. Also GCC builds code slower
with precompiled headers for unknown reason.
2022-07-01 13:02:13 +02:00
..
CMakeLists.txt Use target_precompile_headers for the most expensive headers 2022-07-01 13:02:13 +02:00
main.cpp Support different agent collision shape type for pathfinding 2022-06-21 12:57:32 +02:00
navmesh.cpp Support different agent collision shape type for pathfinding 2022-06-21 12:57:32 +02:00
navmesh.hpp Support different agent collision shape type for pathfinding 2022-06-21 12:57:32 +02:00
worldspacedata.cpp Use correctMeshPath instead of string constants 2022-06-12 11:30:29 +02:00
worldspacedata.hpp Merge branch 'bullet_includes' into 'master' 2022-06-05 10:17:57 +00:00