0ad/source
Cayleb-Ordo 386c696db8 Add CMake Configuration for ActorEditor
Name the project AtlasMisc as the atlas Object is shared.
Use the `target_sources` to add sources based on their targets.

Not working:
- 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-05-15 23:35:43 +02:00
..
collada Fix some includes all over the place 2025-08-14 20:15:30 +02:00
dapinterface Remove ScriptTypes and ScriptExtraHeaders headers 2025-09-14 13:17:18 +02:00
graphics Adds material passes to choose different shaders 2026-05-10 23:57:16 +02:00
gui Remove Engine.SwitchGuiPage 2026-04-26 12:44:41 +02:00
i18n Reduces boost usage for strings 2025-10-16 09:17:05 +02:00
lib Removes dummy GL functions as replaced by core 2026-04-25 17:47:06 +02:00
lobby Remove IXmppClient.h 2026-04-14 19:38:05 +02:00
maths Avoid SIGBUS error in the MD5 implementation on ARMv7 (armhf) 2026-03-23 08:20:10 +01:00
mocks Fix some includes all over the place 2025-08-13 19:38:21 +02:00
network Use std::unique_ptr for stats-table 2026-04-18 14:38:38 +02:00
pch Compute actual size of GUI objects lazily 2026-04-12 00:17:02 +02:00
ps Moves all rendering to material passes 2026-05-10 23:57:20 +02:00
renderer Moves all rendering to material passes 2026-05-10 23:57:20 +02:00
rlinterface Use cpp-httplib instead of mongoose 2026-01-24 10:45:48 +01:00
scriptinterface Remove Script::CreateArray 2026-02-08 19:27:50 +01:00
simulation2 Start the serializationtest at a specivic turn 2026-05-10 14:18:48 +02:00
soundmanager SoundManager: reintroduce manual memory management 2025-10-13 20:42:32 +02:00
third_party Removes dummy GL functions as replaced by core 2026-04-25 17:47:06 +02:00
tools Add CMake Configuration for ActorEditor 2026-05-15 23:35:43 +02:00
CxxTestRunner.tpl Use return instead of exit in testrunner 2025-10-15 18:17:24 +02:00
main.cpp Start the serializationtest at a specivic turn 2026-05-10 14:18:48 +02:00
test_setup.cpp Remove ScriptContext::CreateContext 2026-01-24 12:03:05 +01:00