mirror of
https://github.com/cemu-project/Cemu.git
synced 2026-05-12 15:59:38 -06:00
build: register shadercache cpp files in CMakeLists
This commit is contained in:
parent
99cf47c17a
commit
ee238f2e48
@ -154,3 +154,8 @@ endif()
|
||||
if (BSD)
|
||||
target_link_libraries(CemuBin PRIVATE execinfo SPIRV-Tools SPIRV-Tools-opt)
|
||||
endif()
|
||||
# shadercache auxiliary files (added by feat/shader-bg-compile)
|
||||
target_sources(CemuBin PRIVATE
|
||||
src/render/shadercache/ShaderCache.cpp
|
||||
src/render/shadercache/ShaderCompileWorker.cpp
|
||||
)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user