1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-01-31 03:45:34 +00:00
openmw/apps/mwiniimporter
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
importer.cpp Avoid extra copy for Utf8Encoder::getUtf8 result 2022-02-14 23:01:32 +01:00
importer.hpp Read data paths from data-local section too 2018-05-17 21:07:20 +03:00
main.cpp purge unnecessary imports 2017-06-09 19:08:53 +02:00