feat(premake): Added GTAV-Classes as subproject
This commit is contained in:
parent
b724ead134
commit
8f4fd4892a
21
premake5.lua
21
premake5.lua
@ -109,6 +109,27 @@ workspace "BigBaseV2"
|
||||
|
||||
DeclareMSVCOptions()
|
||||
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"
|
||||
location "vendor/%{prj.name}"
|
||||
|
Reference in New Issue
Block a user