From 16b78eabb71ce12fa2ae4fd46f716943c084b0e7 Mon Sep 17 00:00:00 2001 From: TheTank20 Date: Wed, 7 May 2025 19:41:34 -0400 Subject: [PATCH] CMAKE!!!!!!! --- .gitignore | 4 +- .idea/editor.xml | 478 ++++++++++++++++++++++++++++++++++++++++++ .idea/misc.xml | 3 + BuildTools/upx.exe | Bin 537600 -> 0 bytes CMakeLists.txt | 55 +++++ xpmgr.ico => icon.ico | Bin icon.rc | 2 +- xpmgr.cpp | 10 +- 8 files changed, 547 insertions(+), 5 deletions(-) delete mode 100644 BuildTools/upx.exe create mode 100644 CMakeLists.txt rename xpmgr.ico => icon.ico (100%) diff --git a/.gitignore b/.gitignore index 07f703e..a7832c6 100644 --- a/.gitignore +++ b/.gitignore @@ -362,4 +362,6 @@ MigrationBackup/ .ionide/ # Fody - auto-generated XML schema -FodyWeavers.xsd \ No newline at end of file +FodyWeavers.xsd + +CMakeFiles/ \ No newline at end of file diff --git a/.idea/editor.xml b/.idea/editor.xml index 66c8679..226ca24 100644 --- a/.idea/editor.xml +++ b/.idea/editor.xml @@ -98,5 +98,483 @@