mirror of
https://github.com/Mr-X-GTA/YimMenu.git
synced 2025-06-18 07:07:32 +08:00
feat(premake): Added GTAV-Classes as subproject
This commit is contained in:
parent
62760faf3b
commit
8dea0e1b97
21
premake5.lua
21
premake5.lua
@ -110,6 +110,27 @@ workspace "BigBaseV2"
|
|||||||
DeclareMSVCOptions()
|
DeclareMSVCOptions()
|
||||||
DeclareDebugOptions()
|
DeclareDebugOptions()
|
||||||
|
|
||||||
|
project "GTAV-Classes"
|
||||||
|
location "vendor/%{prj.name}"
|
||||||
|
kind "StaticLib"
|
||||||
|
language "C++"
|
||||||
|
|
||||||
|
targetdir ("bin/lib/" .. outputdir)
|
||||||
|
objdir ("bin/lib/int/" .. outputdir .. "/%{prj.name}")
|
||||||
|
|
||||||
|
files
|
||||||
|
{
|
||||||
|
"vendor/%{prj.name}/**.hpp"
|
||||||
|
}
|
||||||
|
|
||||||
|
includedirs
|
||||||
|
{
|
||||||
|
"vendor/%{prj.name}"
|
||||||
|
}
|
||||||
|
|
||||||
|
DeclareMSVCOptions()
|
||||||
|
DeclareDebugOptions()
|
||||||
|
|
||||||
project "ImGui"
|
project "ImGui"
|
||||||
location "vendor/%{prj.name}"
|
location "vendor/%{prj.name}"
|
||||||
kind "StaticLib"
|
kind "StaticLib"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user