Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:goupilmtos:2024:games
emptyepsilon
use_bundled_meshoptimizer.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File use_bundled_meshoptimizer.patch of Package emptyepsilon
--- EmptyEpsilon-EE-2023.06.17/CMakeLists.txt 2022-03-16 07:43:41.000000000 +0100 +++ /var/tmp/build-root/openSUSE_Tumbleweed-x86_64/home/abuild/rpmbuild/SOURCES/EmptyEpsilon-EE-2022.03.16/CMakeLists.txt 2022-09-14 15:54:47.874043178 +0200 @@ -134,8 +134,11 @@ if(NOT meshoptimizer_POPULATED) if(COMMAND FetchContent_Populate) - FetchContent_Populate(meshoptimizer) endif() + set(MESHOPTIMIZER_BASE_PATH "${EXTERNALS_DIR}") + set(meshoptimizer_SOURCE_DIR "${MESHOPTIMIZER_BASE_PATH}/meshoptimizer") + set(meshoptimizer_BINARY_DIR "${PROJECT_BINARY_DIR}/externals/meshoptimizer") + message("add_subdirectory(${meshoptimizer_SOURCE_DIR} ${meshoptimizer_BINARY_DIR} EXCLUDE_FROM_ALL)") add_subdirectory(${meshoptimizer_SOURCE_DIR} ${meshoptimizer_BINARY_DIR} EXCLUDE_FROM_ALL) endif()
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor