Skip to content

Commit

Permalink
Update gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Madman10K committed Jul 5, 2024
1 parent 1514e1f commit bbeb5e7
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 23 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Framework/
UVKBuildTool
Framework
export.sh
CMakeLists.txt.prodexport.fail
CMakeLists.txt*

Installers/GUI/cmake-build-*/
Managers/GUI/cmake-build-*/
Expand Down
15 changes: 0 additions & 15 deletions CMakeLists.txt

This file was deleted.

6 changes: 0 additions & 6 deletions Config/cmake/UntitledGameSystemManager.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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/)
3 changes: 2 additions & 1 deletion uvproj.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ system-wide: true
enabled-modules:
os: true
dbus: false
uexec: true
uexec: false
theming: true
ufont: false
open: false
Expand All @@ -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
Expand Down

0 comments on commit bbeb5e7

Please sign in to comment.