Added assimp into repo

Changed project name
This commit is contained in:
Xiao Qi 2022-10-31 15:21:47 +08:00
parent 2c1ddb7bf3
commit fd597db112
10 changed files with 4 additions and 5 deletions

2
.gitignore vendored
View File

@ -355,6 +355,4 @@ MigrationBackup/
Premake/
Dependencies/assimp
*.sln

1
Dependencies/assimp vendored Submodule

@ -0,0 +1 @@
Subproject commit 248dde4517afa7a7993bb1ce096d708910640926

View File

@ -1,4 +1,4 @@
project "MeshCompileLibrary"
project "ModelCompileLibrary"
kind "ConsoleApp"
language "C++"
cppdialect "C++20"

View File

@ -1,7 +1,7 @@
IncludeDir = {}
IncludeDir["assimp"] = "%{wks.location}\\Dependencies\\assimp"
workspace "MeshCompileLibrary"
workspace "ModelCompileLibrary"
architecture "x64"
startproject "Assimp Compile Application"
@ -20,4 +20,4 @@ workspace "MeshCompileLibrary"
outputdir = "%{wks.location}/bin/%{cfg.buildcfg}"
interdir = "%{wks.location}/bin_int"
include "MeshCompileLibrary"
include "ModelCompileLibrary"