Removed the last remaining connections to the Clang 3rd Party (#159)
This commit is contained in:
-43
@@ -1,43 +0,0 @@
|
||||
#
|
||||
# All or portions of this file Copyright (c) Amazon.com, Inc. or its affiliates or
|
||||
# its licensors.
|
||||
#
|
||||
# For complete copyright and license terms please see the LICENSE at the root of this
|
||||
# distribution (the "License"). All use of this software is governed by the License,
|
||||
# or, if provided, by the license below or the license accompanying this file. Do not
|
||||
# remove or modify any license notices. This file is distributed on an "AS IS" BASIS,
|
||||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
#
|
||||
|
||||
set(CLANG_PLATFORM_LIB_PATH ${BASE_PATH}/linux_x64/release/lib)
|
||||
|
||||
set(CLANG_INCLUDE_DIRECTORIES
|
||||
llvm/include
|
||||
linux_x64/release/include
|
||||
)
|
||||
|
||||
set(CLANG_LIBS
|
||||
${CLANG_PLATFORM_LIB_PATH}/libclangFrontend.a
|
||||
${CLANG_PLATFORM_LIB_PATH}/libclangSerialization.a
|
||||
${CLANG_PLATFORM_LIB_PATH}/libclangDriver.a
|
||||
${CLANG_PLATFORM_LIB_PATH}/libclangTooling.a
|
||||
${CLANG_PLATFORM_LIB_PATH}/libclangParse.a
|
||||
${CLANG_PLATFORM_LIB_PATH}/libclangSema.a
|
||||
${CLANG_PLATFORM_LIB_PATH}/libclangAnalysis.a
|
||||
${CLANG_PLATFORM_LIB_PATH}/libclangRewriteFrontend.a
|
||||
${CLANG_PLATFORM_LIB_PATH}/libclangRewrite.a
|
||||
${CLANG_PLATFORM_LIB_PATH}/libclangEdit.a
|
||||
${CLANG_PLATFORM_LIB_PATH}/libclangAST.a
|
||||
${CLANG_PLATFORM_LIB_PATH}/libclangLex.a
|
||||
${CLANG_PLATFORM_LIB_PATH}/libclangBasic.a
|
||||
${CLANG_PLATFORM_LIB_PATH}/libLLVMCore.a
|
||||
${CLANG_PLATFORM_LIB_PATH}/libLLVMBinaryFormat.a
|
||||
${CLANG_PLATFORM_LIB_PATH}/libLLVMDebugInfoDWARF.a
|
||||
${CLANG_PLATFORM_LIB_PATH}/libLLVMMC.a
|
||||
${CLANG_PLATFORM_LIB_PATH}/libLLVMOption.a
|
||||
${CLANG_PLATFORM_LIB_PATH}/libLLVMBitReader.a
|
||||
${CLANG_PLATFORM_LIB_PATH}/libLLVMMCParser.a
|
||||
${CLANG_PLATFORM_LIB_PATH}/libLLVMProfileData.a
|
||||
${CLANG_PLATFORM_LIB_PATH}/libLLVMTarget.a
|
||||
${CLANG_PLATFORM_LIB_PATH}/libLLVMSupport.a
|
||||
)
|
||||
@@ -13,7 +13,6 @@ set(FILES
|
||||
AWSGameLiftServerSDK_linux.cmake
|
||||
BuiltInPackages_linux.cmake
|
||||
civetweb_linux.cmake
|
||||
Clang_linux.cmake
|
||||
dyad_linux.cmake
|
||||
FbxSdk_linux.cmake
|
||||
OpenSSL_linux.cmake
|
||||
|
||||
-49
@@ -1,49 +0,0 @@
|
||||
#
|
||||
# All or portions of this file Copyright (c) Amazon.com, Inc. or its affiliates or
|
||||
# its licensors.
|
||||
#
|
||||
# For complete copyright and license terms please see the LICENSE at the root of this
|
||||
# distribution (the "License"). All use of this software is governed by the License,
|
||||
# or, if provided, by the license below or the license accompanying this file. Do not
|
||||
# remove or modify any license notices. This file is distributed on an "AS IS" BASIS,
|
||||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
#
|
||||
|
||||
set(CLANG_PLATFORM_LIB_PATH ${BASE_PATH}/xcode/$<IF:$<CONFIG:Debug>,debug,release>/lib)
|
||||
|
||||
set(CLANG_INCLUDE_DIRECTORIES
|
||||
llvm/include
|
||||
xcode/$<IF:$<CONFIG:Debug>,debug,release>/include
|
||||
)
|
||||
|
||||
set(CLANG_LIBS
|
||||
${CLANG_PLATFORM_LIB_PATH}/libclangFrontend.a
|
||||
${CLANG_PLATFORM_LIB_PATH}/libclangSerialization.a
|
||||
${CLANG_PLATFORM_LIB_PATH}/libclangDriver.a
|
||||
${CLANG_PLATFORM_LIB_PATH}/libclangTooling.a
|
||||
${CLANG_PLATFORM_LIB_PATH}/libclangParse.a
|
||||
${CLANG_PLATFORM_LIB_PATH}/libclangSema.a
|
||||
${CLANG_PLATFORM_LIB_PATH}/libclangAnalysis.a
|
||||
${CLANG_PLATFORM_LIB_PATH}/libclangRewriteFrontend.a
|
||||
${CLANG_PLATFORM_LIB_PATH}/libclangRewrite.a
|
||||
${CLANG_PLATFORM_LIB_PATH}/libclangEdit.a
|
||||
${CLANG_PLATFORM_LIB_PATH}/libclangAST.a
|
||||
${CLANG_PLATFORM_LIB_PATH}/libclangASTMatchers.a
|
||||
${CLANG_PLATFORM_LIB_PATH}/libclangLex.a
|
||||
${CLANG_PLATFORM_LIB_PATH}/libclangBasic.a
|
||||
${CLANG_PLATFORM_LIB_PATH}/libLLVMCore.a
|
||||
${CLANG_PLATFORM_LIB_PATH}/libLLVMBinaryFormat.a
|
||||
${CLANG_PLATFORM_LIB_PATH}/libLLVMDebugInfoDWARF.a
|
||||
${CLANG_PLATFORM_LIB_PATH}/libLLVMMC.a
|
||||
${CLANG_PLATFORM_LIB_PATH}/libLLVMOption.a
|
||||
${CLANG_PLATFORM_LIB_PATH}/libLLVMBitReader.a
|
||||
${CLANG_PLATFORM_LIB_PATH}/libLLVMMCParser.a
|
||||
${CLANG_PLATFORM_LIB_PATH}/libLLVMProfileData.a
|
||||
${CLANG_PLATFORM_LIB_PATH}/libLLVMTarget.a
|
||||
${CLANG_PLATFORM_LIB_PATH}/libLLVMSupport.a
|
||||
|
||||
${CLANG_PLATFORM_LIB_PATH}/libLLVMDemangle.a
|
||||
${CLANG_PLATFORM_LIB_PATH}/libLLVMSupport.a
|
||||
${CLANG_PLATFORM_LIB_PATH}/libLLVMCore.a
|
||||
|
||||
)
|
||||
@@ -12,7 +12,6 @@
|
||||
set(FILES
|
||||
BuiltInPackages_mac.cmake
|
||||
civetweb_mac.cmake
|
||||
Clang_mac.cmake
|
||||
DirectXShaderCompiler_mac.cmake
|
||||
FbxSdk_mac.cmake
|
||||
OpenGLInterface_mac.cmake
|
||||
|
||||
@@ -1,44 +0,0 @@
|
||||
#
|
||||
# All or portions of this file Copyright (c) Amazon.com, Inc. or its affiliates or
|
||||
# its licensors.
|
||||
#
|
||||
# For complete copyright and license terms please see the LICENSE at the root of this
|
||||
# distribution (the "License"). All use of this software is governed by the License,
|
||||
# or, if provided, by the license below or the license accompanying this file. Do not
|
||||
# remove or modify any license notices. This file is distributed on an "AS IS" BASIS,
|
||||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
#
|
||||
|
||||
set(CLANG_PLATFORM_LIB_PATH ${BASE_PATH}/vs2015/$<IF:$<CONFIG:Debug>,debug,release>/lib)
|
||||
|
||||
set(CLANG_INCLUDE_DIRECTORIES
|
||||
llvm/include
|
||||
vs2015/$<IF:$<CONFIG:Debug>,debug,release>/include
|
||||
)
|
||||
|
||||
set(CLANG_LIBS
|
||||
${CLANG_PLATFORM_LIB_PATH}/clangFrontend.lib
|
||||
${CLANG_PLATFORM_LIB_PATH}/clangSerialization.lib
|
||||
${CLANG_PLATFORM_LIB_PATH}/clangDriver.lib
|
||||
${CLANG_PLATFORM_LIB_PATH}/clangTooling.lib
|
||||
${CLANG_PLATFORM_LIB_PATH}/clangParse.lib
|
||||
${CLANG_PLATFORM_LIB_PATH}/clangSema.lib
|
||||
${CLANG_PLATFORM_LIB_PATH}/clangAnalysis.lib
|
||||
${CLANG_PLATFORM_LIB_PATH}/clangRewriteFrontend.lib
|
||||
${CLANG_PLATFORM_LIB_PATH}/clangRewrite.lib
|
||||
${CLANG_PLATFORM_LIB_PATH}/clangEdit.lib
|
||||
${CLANG_PLATFORM_LIB_PATH}/clangAST.lib
|
||||
${CLANG_PLATFORM_LIB_PATH}/clangLex.lib
|
||||
${CLANG_PLATFORM_LIB_PATH}/clangBasic.lib
|
||||
${CLANG_PLATFORM_LIB_PATH}/LLVMBinaryFormat.lib
|
||||
${CLANG_PLATFORM_LIB_PATH}/LLVMDebugInfoDWARF.lib
|
||||
${CLANG_PLATFORM_LIB_PATH}/LLVMMC.lib
|
||||
${CLANG_PLATFORM_LIB_PATH}/LLVMOption.lib
|
||||
${CLANG_PLATFORM_LIB_PATH}/LLVMBitReader.lib
|
||||
${CLANG_PLATFORM_LIB_PATH}/LLVMMCParser.lib
|
||||
${CLANG_PLATFORM_LIB_PATH}/LLVMProfileData.lib
|
||||
${CLANG_PLATFORM_LIB_PATH}/LLVMTarget.lib
|
||||
${CLANG_PLATFORM_LIB_PATH}/LLVMCore.lib
|
||||
${CLANG_PLATFORM_LIB_PATH}/LLVMSupport.lib
|
||||
Version.lib
|
||||
)
|
||||
@@ -12,7 +12,6 @@
|
||||
set(FILES
|
||||
AWSGameLiftServerSDK_windows.cmake
|
||||
BuiltInPackages_windows.cmake
|
||||
Clang_windows.cmake
|
||||
Crashpad_windows.cmake
|
||||
DirectXShaderCompiler_windows.cmake
|
||||
dyad_windows.cmake
|
||||
|
||||
Reference in New Issue
Block a user