From bbeb5e785db21161b80aa21f71b3ac5667b428ff Mon Sep 17 00:00:00 2001 From: Madman10K Date: Fri, 5 Jul 2024 03:50:14 +0300 Subject: [PATCH] Update gitignore --- .gitignore | 2 +- CMakeLists.txt | 15 --------------- Config/cmake/UntitledGameSystemManager.cmake | 6 ------ uvproj.yaml | 3 ++- 4 files changed, 3 insertions(+), 23 deletions(-) delete mode 100644 CMakeLists.txt diff --git a/.gitignore b/.gitignore index fe22e62..807e45c 100644 --- a/.gitignore +++ b/.gitignore @@ -43,7 +43,7 @@ Framework/ UVKBuildTool Framework export.sh -CMakeLists.txt.prodexport.fail +CMakeLists.txt* Installers/GUI/cmake-build-*/ Managers/GUI/cmake-build-*/ diff --git a/CMakeLists.txt b/CMakeLists.txt deleted file mode 100644 index 5470c98..0000000 --- a/CMakeLists.txt +++ /dev/null @@ -1,15 +0,0 @@ -cmake_minimum_required(VERSION 3.21) - -set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/Framework/cmake/") -set(APP_LIB_TARGET "UntitledGameSystemManagerLib") -set(APP_TARGET "UntitledGameSystemManager") - -if (NOT EMSCRIPTEN) - project(UntitledImGuiFramework) - if (NOT WIN32) - project(${APP_LIB_TARGET}) - endif () -endif () -project(${APP_TARGET}) - -include(UImGuiSetupCMake) diff --git a/Config/cmake/UntitledGameSystemManager.cmake b/Config/cmake/UntitledGameSystemManager.cmake index 77fe674..6bd9b9e 100644 --- a/Config/cmake/UntitledGameSystemManager.cmake +++ b/Config/cmake/UntitledGameSystemManager.cmake @@ -7,11 +7,5 @@ function(custom_compile_step) endif() endfunction() -set(USE_OS_MODULE ON) -set(ENABLE_XDG_BASEDIR ON) - -set(USE_THEME_MODULE ON) -set(USE_I18N_MODULE ON) - file(GLOB_RECURSE UIMGUI_CUSTOM_APP_HEADERS "IncusBindings/libUGM_Incus_InternalFuncs.h") link_directories(IncusBindings/) diff --git a/uvproj.yaml b/uvproj.yaml index 2786ed7..8ca1302 100644 --- a/uvproj.yaml +++ b/uvproj.yaml @@ -7,7 +7,7 @@ system-wide: true enabled-modules: os: true dbus: false - uexec: true + uexec: false theming: true ufont: false open: false @@ -19,6 +19,7 @@ enabled-modules: toggles: false text_utils: false cli_parser: false + xdg: true additional-installs: unix: - file: IncusBindings/libUGM_Incus_InternalFuncs.so