Files @ r28403:d4cdcb69255f
Branch filter:

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

Patric Stout
Fix: race-condition when quitting the game with libcurl (#11688)

There could be a callback in _new_http_callbacks that is not
processed yet. All callbacks in _http_callbacks were cancelled,
but not the ones in _new_http_callbacks
add_files(
    nodelist.hpp
    yapf.h
    yapf.hpp
    yapf_base.hpp
    yapf_cache.h
    yapf_common.hpp
    yapf_costbase.hpp
    yapf_costcache.hpp
    yapf_costrail.hpp
    yapf_destrail.hpp
    yapf_node.hpp
    yapf_node_rail.hpp
    yapf_node_road.hpp
    yapf_node_ship.hpp
    yapf_rail.cpp
    yapf_road.cpp
    yapf_ship.cpp
    yapf_type.hpp
)