remove un-need
This commit is contained in:
parent
df8d7a582f
commit
b1dcba6582
|
|
@ -5,66 +5,6 @@ set_target_properties(z PROPERTIES
|
|||
INTERFACE_INCLUDE_DIRECTORIES ${CMAKE_CURRENT_LIST_DIR}/include/zlib
|
||||
)
|
||||
|
||||
set(se_libs_name)
|
||||
|
||||
############################# glslang #############################
|
||||
# list(APPEND SPIRV_INCLUDE_DIRS ${CMAKE_CURRENT_LIST_DIR}/../sources/glslang)
|
||||
# list(APPEND SPIRV_INCLUDE_DIRS ${CMAKE_CURRENT_LIST_DIR}/../sources/khronos)
|
||||
# add_library(GenericCodeGen STATIC IMPORTED GLOBAL)
|
||||
# set_target_properties(GenericCodeGen PROPERTIES
|
||||
# IMPORTED_LOCATION ${CMAKE_CURRENT_LIST_DIR}/libs/glslang/libGenericCodeGen.a
|
||||
# )
|
||||
|
||||
# add_library(glslang STATIC IMPORTED GLOBAL)
|
||||
# set_target_properties(glslang PROPERTIES
|
||||
# IMPORTED_LOCATION ${CMAKE_CURRENT_LIST_DIR}/libs/glslang/libglslang.a
|
||||
# INTERFACE_INCLUDE_DIRECTORIES ${CMAKE_CURRENT_LIST_DIR}/../sources/glslang
|
||||
# )
|
||||
|
||||
# add_library(glslang-default-resource-limits STATIC IMPORTED GLOBAL)
|
||||
# set_target_properties(glslang-default-resource-limits PROPERTIES
|
||||
# IMPORTED_LOCATION ${CMAKE_CURRENT_LIST_DIR}/libs/glslang/libglslang-default-resource-limits.a
|
||||
|
||||
# )
|
||||
|
||||
# add_library(MachineIndependent STATIC IMPORTED GLOBAL)
|
||||
# set_target_properties(MachineIndependent PROPERTIES
|
||||
# IMPORTED_LOCATION ${CMAKE_CURRENT_LIST_DIR}/libs/glslang/libMachineIndependent.a
|
||||
# )
|
||||
|
||||
# add_library(OGLCompiler STATIC IMPORTED GLOBAL)
|
||||
# set_target_properties(OGLCompiler PROPERTIES
|
||||
# IMPORTED_LOCATION ${CMAKE_CURRENT_LIST_DIR}/libs/glslang/libOGLCompiler.a
|
||||
# )
|
||||
|
||||
# add_library(OSDependent STATIC IMPORTED GLOBAL)
|
||||
# set_target_properties(OSDependent PROPERTIES
|
||||
# IMPORTED_LOCATION ${CMAKE_CURRENT_LIST_DIR}/libs/glslang/libOSDependent.a
|
||||
# )
|
||||
|
||||
# add_library(SPIRV STATIC IMPORTED GLOBAL)
|
||||
# set_target_properties(SPIRV PROPERTIES
|
||||
# IMPORTED_LOCATION ${CMAKE_CURRENT_LIST_DIR}/libs/glslang/libSPIRV.a
|
||||
# INTERFACE_INCLUDE_DIRECTORIES ${CMAKE_CURRENT_LIST_DIR}/../sources/khronos
|
||||
# )
|
||||
|
||||
# add_library(SPIRV-Tools STATIC IMPORTED GLOBAL)
|
||||
# set_target_properties(SPIRV-Tools PROPERTIES
|
||||
# IMPORTED_LOCATION ${CMAKE_CURRENT_LIST_DIR}/libs/glslang/libSPIRV-Tools.a
|
||||
# )
|
||||
|
||||
# add_library(SPIRV-Tools-opt STATIC IMPORTED GLOBAL)
|
||||
# set_target_properties(SPIRV-Tools-opt PROPERTIES
|
||||
# IMPORTED_LOCATION ${CMAKE_CURRENT_LIST_DIR}/libs/glslang/libSPIRV-Tools-opt.a
|
||||
# )
|
||||
|
||||
add_library(SPVRemapper STATIC IMPORTED GLOBAL)
|
||||
set_target_properties(SPVRemapper PROPERTIES
|
||||
IMPORTED_LOCATION ${CMAKE_CURRENT_LIST_DIR}/libs/glslang/libSPVRemapper.a
|
||||
)
|
||||
|
||||
set(glslang_libs_name glslang glslang-default-resource-limits MachineIndependent OGLCompiler OSDependent SPIRV)
|
||||
|
||||
############################# SPIRV-Cross #############################
|
||||
# add_library(spirv-cross-core STATIC IMPORTED GLOBAL)
|
||||
# set_target_properties(spirv-cross-core PROPERTIES
|
||||
|
|
@ -117,15 +57,13 @@ list(APPEND CC_EXTERNAL_LIBS
|
|||
#curl
|
||||
#crypto
|
||||
#ssl
|
||||
#${glslang_libs_name}
|
||||
#${spirv-cross_libs_name}
|
||||
#${tbb_libs_name}
|
||||
${PhysXSDK}
|
||||
)
|
||||
|
||||
set(ZLIB z)
|
||||
if(NOT USE_MODULES)
|
||||
list(APPEND CC_EXTERNAL_LIBS ${ZLIB} ${se_libs_name})
|
||||
list(APPEND CC_EXTERNAL_LIBS ${ZLIB})
|
||||
endif()
|
||||
|
||||
|
||||
|
|
|
|||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue