mirror of
https://github.com/hedge-dev/UnleashedRecomp
synced 2026-07-08 14:37:03 -04:00
Enable D3D12 Agility SDK in plume submodule. (#1646)
This commit is contained in:
Vendored
+8
@@ -15,6 +15,14 @@ set(SDL2MIXER_OPUS OFF)
|
||||
set(SDL2MIXER_VORBIS "VORBISFILE")
|
||||
set(SDL2MIXER_WAVPACK OFF)
|
||||
|
||||
if (CMAKE_SYSTEM_NAME MATCHES "Linux")
|
||||
set(SDL_VULKAN_ENABLED ON CACHE BOOL "")
|
||||
endif()
|
||||
|
||||
if (WIN32)
|
||||
set(D3D12_AGILITY_SDK_ENABLED ON CACHE BOOL "")
|
||||
endif()
|
||||
|
||||
add_subdirectory("${UNLEASHED_RECOMP_THIRDPARTY_ROOT}/msdf-atlas-gen")
|
||||
add_subdirectory("${UNLEASHED_RECOMP_THIRDPARTY_ROOT}/nativefiledialog-extended")
|
||||
add_subdirectory("${UNLEASHED_RECOMP_THIRDPARTY_ROOT}/o1heap")
|
||||
|
||||
Vendored
+1
-1
Submodule thirdparty/plume updated: fffeb35f83...11926860e8
Reference in New Issue
Block a user