0ad/source/tools/atlas/AtlasUI/CustomControls/VirtualDirTreeCtrl
Cayleb-Ordo b4c53b720a Add CMake Configuration for ActorEditor
Name the project AtlasMisc as the atlas Object is shared.

Not working as of 04.06.2026:
- Linking to wxWidgets find_package target
  - Terrain.obj : `error LNK2019: Verweis auf nicht aufgel├Âstes externes Symbol ""int const wxEVT_NULL" (?wxEVT_NULL@@3HB)" in Funktion ""void __cdecl dynamic initializer for 'private: static struct wxEventTableEntry const * const TerrainSidebar::sm_eventTableEntries''(void)" (??__E?sm_eventTableEntries@TerrainSidebar@@0QBUwxEventTableEntry@@B@@YAXXZ)".`

Working:
- Using find_package extra variables to find most of the windows ext. libs
- excluding SDL2 and Boost, which use the custom find_prebuild_library function
2026-06-13 17:16:51 +02:00
..
CMakeLists.txt Add CMake Configuration for ActorEditor 2026-06-13 17:16:51 +02:00
file.xpm Fix line endings of all files in source/ except source/third_party/. 2016-07-25 09:07:45 +00:00
folder.xpm Fix line endings of all files in source/ except source/third_party/. 2016-07-25 09:07:45 +00:00
README.txt Fix line endings of all files in source/ except source/third_party/. 2016-07-25 09:07:45 +00:00
root.xpm Fix line endings of all files in source/ except source/third_party/. 2016-07-25 09:07:45 +00:00
virtualdirtreectrl.cpp Fix some includes in atlas 2025-08-21 14:18:38 +02:00
virtualdirtreectrl.h Treat <wx/defs.h> as private header 2026-06-12 21:22:36 +02:00

wxVirtualDirTreeCtrl (v1.0b) from http://www.solidsteel.nl/jorg/components/virtualdirtreectrl/wxVirtualDirTreeCtrl.php

"wxVirtualDirTreeCtrl is freeware and distributed under the  wxWidgets license."