build fix

This commit is contained in:
2025-02-07 16:21:42 +08:00
parent ef0a1f5d91
commit bc3c5a8f9d
387 changed files with 5651 additions and 27 deletions

0
externals/catch2/CMake/llvm-cov-wrapper vendored Normal file → Executable file
View File

0
externals/catch2/fuzzing/build_fuzzers.sh vendored Normal file → Executable file
View File

0
externals/catch2/tests/TestScripts/testBazelSharding.py vendored Normal file → Executable file
View File

0
externals/catch2/tests/TestScripts/testPartialTestCaseEvent.py vendored Normal file → Executable file
View File

0
externals/catch2/tests/TestScripts/testRandomOrder.py vendored Normal file → Executable file
View File

0
externals/catch2/tests/TestScripts/testSharding.py vendored Normal file → Executable file
View File

0
externals/catch2/tools/scripts/approvalTests.py vendored Normal file → Executable file
View File

0
externals/catch2/tools/scripts/approve.py vendored Normal file → Executable file
View File

0
externals/catch2/tools/scripts/buildAndTest.sh vendored Normal file → Executable file
View File

0
externals/catch2/tools/scripts/checkConvenienceHeaders.py vendored Normal file → Executable file
View File

0
externals/catch2/tools/scripts/checkDuplicateFilenames.py vendored Normal file → Executable file
View File

0
externals/catch2/tools/scripts/checkLicense.py vendored Normal file → Executable file
View File

0
externals/catch2/tools/scripts/developBuild.py vendored Normal file → Executable file
View File

0
externals/catch2/tools/scripts/fixWhitespace.py vendored Normal file → Executable file
View File

0
externals/catch2/tools/scripts/generateAmalgamatedFiles.py vendored Normal file → Executable file
View File

0
externals/catch2/tools/scripts/majorRelease.py vendored Normal file → Executable file
View File

0
externals/catch2/tools/scripts/minorRelease.py vendored Normal file → Executable file
View File

0
externals/catch2/tools/scripts/patchRelease.py vendored Normal file → Executable file
View File

0
externals/catch2/tools/scripts/updateDocumentSnippets.py vendored Normal file → Executable file
View File

0
externals/catch2/tools/scripts/updateDocumentToC.py vendored Normal file → Executable file
View File

View File

@ -0,0 +1,22 @@
# The set of languages for which implicit dependencies are needed:
set(CMAKE_DEPENDS_LANGUAGES
"CXX"
)
# The set of files for implicit dependencies of each language:
set(CMAKE_DEPENDS_CHECK_CXX
"/Users/amuralid/dev_test/cpp-jwt/examples/simple_ex1.cc" "/Users/amuralid/dev_test/cpp-jwt/examples/CMakeFiles/simple_ex1.dir/simple_ex1.cc.o"
)
set(CMAKE_CXX_COMPILER_ID "Clang")
# The include file search paths:
set(CMAKE_CXX_TARGET_INCLUDE_PATH
"include"
"/usr/local/Cellar/openssl/1.0.2j/include"
)
# Targets to which this target links.
set(CMAKE_TARGET_LINKED_INFO_FILES
)
# Fortran module output directory.
set(CMAKE_Fortran_TARGET_MODULE_DIR "")

View File

@ -0,0 +1,10 @@
file(REMOVE_RECURSE
"CMakeFiles/simple_ex1.dir/simple_ex1.cc.o"
"simple_ex1.pdb"
"simple_ex1"
)
# Per-language clean rules from dependency scanning.
foreach(lang CXX)
include(CMakeFiles/simple_ex1.dir/cmake_clean_${lang}.cmake OPTIONAL)
endforeach()

View File

@ -0,0 +1,3 @@
CMAKE_PROGRESS_1 = 1
CMAKE_PROGRESS_2 = 2

0
externals/cpp-jwt/include/jwt/test/test_base64 vendored Normal file → Executable file
View File

0
externals/cpp-jwt/include/jwt/test/test_hmac vendored Normal file → Executable file
View File

0
externals/cpp-jwt/include/jwt/test/test_jwt_decode vendored Normal file → Executable file
View File

0
externals/cpp-jwt/include/jwt/test/test_jwt_header vendored Normal file → Executable file
View File

0
externals/cpp-jwt/include/jwt/test/test_jwt_object vendored Normal file → Executable file
View File

0
externals/cpp-jwt/include/jwt/test/test_jwt_payload vendored Normal file → Executable file
View File

0
externals/cpp-jwt/include/jwt/test/test_jwt_signature vendored Normal file → Executable file
View File

0
externals/cpp-jwt/include/jwt/test/test_rsa vendored Normal file → Executable file
View File

0
externals/cpp-jwt/include/jwt/test/test_stack_alloc vendored Normal file → Executable file
View File

0
externals/cpp-jwt/include/jwt/test/test_sv vendored Normal file → Executable file
View File

0
externals/cryptopp/TestScripts/change-version.sh vendored Normal file → Executable file
View File

0
externals/cryptopp/TestScripts/configure.sh vendored Normal file → Executable file
View File

0
externals/cryptopp/TestScripts/cryptdll-windows.cmd vendored Normal file → Executable file
View File

0
externals/cryptopp/TestScripts/cryptest-android-mk.sh vendored Normal file → Executable file
View File

0
externals/cryptopp/TestScripts/cryptest-android.sh vendored Normal file → Executable file
View File

0
externals/cryptopp/TestScripts/cryptest-autotools.sh vendored Normal file → Executable file
View File

0
externals/cryptopp/TestScripts/cryptest-coverage.sh vendored Normal file → Executable file
View File

0
externals/cryptopp/TestScripts/cryptest-ios.sh vendored Normal file → Executable file
View File

0
externals/cryptopp/TestScripts/cryptest-pem.sh vendored Normal file → Executable file
View File

0
externals/cryptopp/TestScripts/cryptest-symbols.sh vendored Normal file → Executable file
View File

0
externals/cryptopp/TestScripts/cryptest-tidy.sh vendored Normal file → Executable file
View File

0
externals/cryptopp/TestScripts/cryptest.sh vendored Normal file → Executable file
View File

0
externals/cryptopp/TestScripts/governor.sh vendored Normal file → Executable file
View File

0
externals/cryptopp/TestScripts/install-ndk.sh vendored Normal file → Executable file
View File

0
externals/cryptopp/TestScripts/make-benchmarks.sh vendored Normal file → Executable file
View File

0
externals/cryptopp/TestScripts/reset-fork.sh vendored Normal file → Executable file
View File

0
externals/cryptopp/TestScripts/setenv-android.sh vendored Normal file → Executable file
View File

0
externals/cryptopp/TestScripts/setenv-embedded.sh vendored Normal file → Executable file
View File

0
externals/cryptopp/TestScripts/setenv-ios.sh vendored Normal file → Executable file
View File

0
externals/cryptopp/TestScripts/setenv-macos.sh vendored Normal file → Executable file
View File

0
externals/cubeb/cmake/sanitizers-cmake/cmake/asan-wrapper vendored Normal file → Executable file
View File

0
externals/cubeb/googletest/googlemock/test/gmock_leak_test.py vendored Normal file → Executable file
View File

0
externals/cubeb/googletest/googlemock/test/gmock_output_test.py vendored Normal file → Executable file
View File

0
externals/cubeb/googletest/googlemock/test/gmock_test_utils.py vendored Normal file → Executable file
View File

View File

View File

0
externals/cubeb/googletest/googletest/test/googletest-color-test.py vendored Normal file → Executable file
View File

View File

View File

View File

View File

View File

View File

View File

View File

View File

0
externals/cubeb/googletest/googletest/test/gtest_help_test.py vendored Normal file → Executable file
View File

View File

0
externals/cubeb/googletest/googletest/test/gtest_test_utils.py vendored Normal file → Executable file
View File

0
externals/cubeb/googletest/googletest/test/gtest_testbridge_test.py vendored Normal file → Executable file
View File

View File

View File

0
externals/cubeb/googletest/googletest/test/gtest_xml_test_utils.py vendored Normal file → Executable file
View File

0
externals/cubeb/scan-build-install.sh vendored Normal file → Executable file
View File

0
externals/discord-rpc/build.py vendored Normal file → Executable file
View File

0
externals/dynarmic/externals/catch/CMake/llvm-cov-wrapper vendored Normal file → Executable file
View File

0
externals/dynarmic/externals/catch/fuzzing/build_fuzzers.sh vendored Normal file → Executable file
View File

View File

View File

View File

View File

0
externals/dynarmic/externals/catch/tools/scripts/approvalTests.py vendored Normal file → Executable file
View File

0
externals/dynarmic/externals/catch/tools/scripts/approve.py vendored Normal file → Executable file
View File

0
externals/dynarmic/externals/catch/tools/scripts/buildAndTest.sh vendored Normal file → Executable file
View File

View File

View File

0
externals/dynarmic/externals/catch/tools/scripts/checkLicense.py vendored Normal file → Executable file
View File

0
externals/dynarmic/externals/catch/tools/scripts/developBuild.py vendored Normal file → Executable file
View File

0
externals/dynarmic/externals/catch/tools/scripts/fixWhitespace.py vendored Normal file → Executable file
View File

View File

0
externals/dynarmic/externals/catch/tools/scripts/majorRelease.py vendored Normal file → Executable file
View File

0
externals/dynarmic/externals/catch/tools/scripts/minorRelease.py vendored Normal file → Executable file
View File

0
externals/dynarmic/externals/catch/tools/scripts/patchRelease.py vendored Normal file → Executable file
View File

View File

View File

0
externals/dynarmic/externals/fmt/doc/build.py vendored Normal file → Executable file
View File

Some files were not shown because too many files have changed in this diff Show More