mirror of
https://github.com/antopilo/Nuake.git
synced 2026-09-09 20:08:57 +03:00
Grouped dependecies into a group
This commit is contained in:
@@ -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 ""
|
||||
@@ -1,2 +1,4 @@
|
||||
group "Dependencies"
|
||||
include "Coral/Coral.Native"
|
||||
include "Coral/Coral.Managed"
|
||||
include "Coral/Coral.Managed"
|
||||
group ""
|
||||
@@ -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 ""
|
||||
@@ -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 ""
|
||||
@@ -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 ""
|
||||
@@ -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 ""
|
||||
Reference in New Issue
Block a user