mirror of
https://github.com/Mr-X-GTA/YimMenu.git
synced 2025-06-23 01:02:23 +08:00
refactor!: repo cleanup (#2650)
- Move cmake files to dedicated cmake folder - Move scattered python files to `scripts/` folder - Update CMakeLists.txt to reflect changes * feat(scripts): add README to folder
This commit is contained in:
@ -5,19 +5,19 @@ project(YimMenu CXX ASM_MASM)
|
||||
set(SRC_DIR "${PROJECT_SOURCE_DIR}/src")
|
||||
|
||||
# Git commit embed
|
||||
include(scripts/git.cmake)
|
||||
include(cmake/git.cmake)
|
||||
|
||||
# Fetch modules
|
||||
message("\nFetching modules")
|
||||
include(scripts/minhook.cmake)
|
||||
include(scripts/async-logger.cmake)
|
||||
include(scripts/pugixml.cmake)
|
||||
include(scripts/json.cmake)
|
||||
include(scripts/cpr.cmake)
|
||||
include(scripts/lua.cmake)
|
||||
include(scripts/imgui.cmake)
|
||||
include(cmake/minhook.cmake)
|
||||
include(cmake/async-logger.cmake)
|
||||
include(cmake/pugixml.cmake)
|
||||
include(cmake/json.cmake)
|
||||
include(cmake/cpr.cmake)
|
||||
include(cmake/lua.cmake)
|
||||
include(cmake/imgui.cmake)
|
||||
message("\nFetching custom modules")
|
||||
include(scripts/gtav-classes.cmake)
|
||||
include(cmake/gtav-classes.cmake)
|
||||
|
||||
|
||||
# YimMenu
|
||||
|
Reference in New Issue
Block a user