Changeset View
Changeset View
Standalone View
Standalone View
files/0001-Drop-third-party-code-in-CMakeLists.txt.patch
- This file was added.
| --- a/CMakeLists.txt | |||||
| +++ b/CMakeLists.txt | |||||
| @@ -111,20 +111,10 @@ endif(MSVC) | |||||
| # Configure subdirectories. | |||||
| # We depend on these for later projects, so they should come first. | |||||
| -add_subdirectory(third_party) | |||||
| add_subdirectory(libshaderc_util) | |||||
| add_subdirectory(libshaderc) | |||||
| add_subdirectory(glslc) | |||||
| -if(${SHADERC_ENABLE_EXAMPLES}) | |||||
| - add_subdirectory(examples) | |||||
| -endif() | |||||
| - | |||||
| -add_custom_target(build-version | |||||
| - ${PYTHON_EXECUTABLE} | |||||
| - ${CMAKE_CURRENT_SOURCE_DIR}/utils/update_build_version.py | |||||
| - ${shaderc_SOURCE_DIR} ${spirv-tools_SOURCE_DIR} ${glslang_SOURCE_DIR} ${CMAKE_CURRENT_BINARY_DIR}/build-version.inc | |||||
| - COMMENT "Update build-version.inc in the Shaderc build directory (if necessary).") | |||||
| function(define_pkg_config_file NAME LIBS) | |||||
| add_custom_target(${NAME}-pkg-config ALL | |||||
Copyright © 2015-2021 Solus Project. The Solus logo is Copyright © 2016-2021 Solus Project. All Rights Reserved.