mirror of
https://github.com/tribufu/sdk-cpp
synced 2025-06-15 11:34:18 +00:00
Update mintaka
This commit is contained in:
6
.gitmodules
vendored
6
.gitmodules
vendored
@ -1,3 +1,3 @@
|
||||
[submodule "vendor/premake-core"]
|
||||
path = vendor/premake-core
|
||||
url = https://github.com/TribufuForks/premake-core
|
||||
[submodule "vendor/MintakaCpp"]
|
||||
path = vendor/MintakaCpp
|
||||
url = https://github.com/Tribufu/MintakaCpp
|
||||
|
@ -1,3 +1,3 @@
|
||||
@echo off
|
||||
|
||||
call .\vendor\premake-core\windows\premake5.exe vs2022
|
||||
call .\vendor\MintakaCpp\vendor\premake-core\windows\premake5.exe vs2022
|
||||
|
@ -2,9 +2,9 @@
|
||||
|
||||
if [ "$(expr substr $(uname -s) 1 5)" = "Linux" ]
|
||||
then
|
||||
./vendor/premake-core/linux/premake5 gmake2
|
||||
./vendor/MintakaCpp/vendor/premake-core/linux/premake5 gmake2
|
||||
|
||||
elif [ "$(uname)" = "Darwin" ]
|
||||
then
|
||||
./vendor/premake-core/mac/premake5 xcode4
|
||||
./vendor/MintakaCpp/vendor/premake-core/mac/premake5 xcode4
|
||||
fi
|
||||
|
@ -26,6 +26,7 @@ project "tribufu_cpp"
|
||||
{
|
||||
"../include",
|
||||
"../vendor/*/include",
|
||||
"../vendor/*/vendor/*/include",
|
||||
}
|
||||
|
||||
libdirs
|
||||
|
1
vendor/MintakaCpp
vendored
Submodule
1
vendor/MintakaCpp
vendored
Submodule
Submodule vendor/MintakaCpp added at f2edcd71b0
21
vendor/nlohmann/LICENSE.MIT
vendored
21
vendor/nlohmann/LICENSE.MIT
vendored
@ -1,21 +0,0 @@
|
||||
MIT License
|
||||
|
||||
Copyright (c) 2013-2022 Niels Lohmann
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
in the Software without restriction, including without limitation the rights
|
||||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
copies of the Software, and to permit persons to whom the Software is
|
||||
furnished to do so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all
|
||||
copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||
SOFTWARE.
|
24765
vendor/nlohmann/include/nlohmann/json.hpp
vendored
24765
vendor/nlohmann/include/nlohmann/json.hpp
vendored
File diff suppressed because it is too large
Load Diff
1
vendor/premake-core
vendored
1
vendor/premake-core
vendored
Submodule vendor/premake-core deleted from 4bd56019c4
Reference in New Issue
Block a user