Files @ r25315:6db91ceda680
Branch filter:

Location: cpp/openttd-patchpack/source/src/pathfinder/CMakeLists.txt

Patric Stout
Remove: performance measurements in YAPF

YAPF was constantly measuring its performance, but only at
certain debug-levels this information was shown.

Now after years, I sincerely wonder if anyone still knows about this
feature and who still use it. Especially with the new framerate window,
this detailed performance is not as meaningful anymore as it once
was.
1
2
3
4
5
6
7
8
add_subdirectory(npf)
add_subdirectory(yapf)

add_files(
    follow_track.hpp
    pathfinder_func.h
    pathfinder_type.h
)