0ad/source/tools/atlas/AtlasUI/General
Cayleb-Ordo a58845d1c2 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-08-15 12:47:52 +02:00
..
AtlasClipboard.cpp Fix some includes in atlas 2025-08-12 19:52:40 +02:00
AtlasClipboard.h Fix some includes in atlas 2025-08-12 19:52:40 +02:00
AtlasEventLoop.cpp Revert non-ASCII characters from source and configuration files introduced in 157c6af18e. 2023-12-03 00:30:12 +00:00
AtlasEventLoop.h Revert non-ASCII characters from source and configuration files introduced in 157c6af18e. 2023-12-03 00:30:12 +00:00
AtlasWindowCommand.cpp Use new WX object macro 2026-07-24 16:51:58 +02:00
AtlasWindowCommand.h Use new WX object macro 2026-07-24 16:51:58 +02:00
AtlasWindowCommandProc.cpp Fix some includes in atlas 2025-08-12 19:52:40 +02:00
AtlasWindowCommandProc.h Fix some includes in atlas 2025-08-21 14:18:38 +02:00
CMakeLists.txt Add CMake Configuration for ActorEditor 2026-08-15 12:47:52 +02:00
Datafile.cpp Fix some includes in atlas 2025-08-12 19:52:40 +02:00
Datafile.h Fix some includes in atlas 2025-08-12 19:52:40 +02:00
IAtlasSerialiser.h Fix some includes in atlas 2025-08-21 14:18:38 +02:00
Observable.cpp Fix some includes in atlas 2025-08-12 19:52:40 +02:00
Observable.h Fix clang-tidy modernize-avoid-bind check 2026-07-21 17:15:07 +02:00