mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-06-09 22:38:06 -05:00
Add premake scripts for c# projects
This commit is contained in:
2
thirdparty/libtomcrypt.lua
vendored
2
thirdparty/libtomcrypt.lua
vendored
@ -21,7 +21,7 @@ function libtomcrypt:project()
|
||||
|
||||
project "libtomcrypt"
|
||||
targetdir(TargetDirectoryLib)
|
||||
location "%{wks.location}/thirdparty"
|
||||
location "%{wks.location}/thirdparty/%{prj.name}"
|
||||
kind "StaticLib"
|
||||
language "C"
|
||||
|
||||
|
2
thirdparty/libtommath.lua
vendored
2
thirdparty/libtommath.lua
vendored
@ -17,7 +17,7 @@ function libtommath:project()
|
||||
|
||||
project "libtommath"
|
||||
targetdir(TargetDirectoryLib)
|
||||
location "%{wks.location}/thirdparty"
|
||||
location "%{wks.location}/thirdparty/%{prj.name}"
|
||||
kind "StaticLib"
|
||||
language "C"
|
||||
|
||||
|
2
thirdparty/salsa20.lua
vendored
2
thirdparty/salsa20.lua
vendored
@ -17,7 +17,7 @@ function salsa20:project()
|
||||
|
||||
project "salsa20"
|
||||
targetdir(TargetDirectoryLib)
|
||||
location "%{wks.location}/thirdparty"
|
||||
location "%{wks.location}/thirdparty/%{prj.name}"
|
||||
kind "StaticLib"
|
||||
language "C"
|
||||
|
||||
|
2
thirdparty/zlib.lua
vendored
2
thirdparty/zlib.lua
vendored
@ -22,7 +22,7 @@ function zlib:project()
|
||||
|
||||
project "zlib"
|
||||
targetdir(TargetDirectoryLib)
|
||||
location "%{wks.location}/thirdparty"
|
||||
location "%{wks.location}/thirdparty/%{prj.name}"
|
||||
kind "StaticLib"
|
||||
language "C"
|
||||
|
||||
|
Reference in New Issue
Block a user