Grouped dependecies into a group

This commit is contained in:
Antoine Pilote
2024-08-09 19:12:03 -04:00
parent 0930d4d3f4
commit 5bd6690f20
6 changed files with 19 additions and 6 deletions

View File

@@ -3,6 +3,8 @@ project '*'
'./build/assimp', -- Location of assimp's config.h, for a template see include/assimp/config.h.in
'assimp/include/',
}
group "Dependencies"
project 'assimp'
kind "StaticLib"
staticruntime "on"
@@ -124,4 +126,5 @@ project 'assimp'
filter "configurations:Release"
runtime "Release"
optimize "on"
optimize "on"
group ""

View File

@@ -1,2 +1,4 @@
group "Dependencies"
include "Coral/Coral.Native"
include "Coral/Coral.Managed"
include "Coral/Coral.Managed"
group ""

View File

@@ -1,3 +1,4 @@
group ""
project "Freetype"
location "freetype"
kind "StaticLib"
@@ -79,4 +80,5 @@ project "Freetype"
filter "configurations:Dist"
files { "freetype/src/base/ftdebug.c" }
runtime "Release"
optimize "on"
optimize "on"
group ""

View File

@@ -1,3 +1,4 @@
group "Dependencies"
project 'JoltPhysics'
location "JoltPhysics"
@@ -48,4 +49,5 @@ project 'JoltPhysics'
filter "configurations:Dist"
cppdialect "C++17"
runtime "Release"
optimize "on"
optimize "on"
group ""

View File

@@ -1,3 +1,4 @@
group "Dependencies"
project "DebugUtils"
language "C++"
kind "StaticLib"
@@ -73,4 +74,5 @@ project "Detour"
buildoptions {
"-Wno-error=class-memaccess",
"-Wno-error=maybe-uninitialized"
}
}
group ""

View File

@@ -1,3 +1,4 @@
group "Dependencies"
project 'Soloud'
location "soloud"
@@ -52,4 +53,5 @@ project 'Soloud'
filter "configurations:Release"
cppdialect "C++17"
runtime "Release"
optimize "on"
optimize "on"
group ""