Files
openttd-cmclient/src/misc/CMakeLists.txt
Peter Nelson 8360fab18a Codechange: Remove CCountedPtr.
This was originally generic and used by YAPF, but now it is used only by script objects.

CCountedPtr provided much more (untested) functionality than used.

ScriptObjectRef already exists for script objects and does the same thing, so use this instead.
2024-10-16 21:52:00 +01:00

11 lines
163 B
CMake

add_files(
binaryheap.hpp
dbg_helpers.cpp
dbg_helpers.h
endian_buffer.hpp
getoptdata.cpp
getoptdata.h
hashtable.hpp
lrucache.hpp
)