This commit is contained in:
Deal(一线灵) 2023-07-06 19:36:27 +08:00 committed by GitHub
parent 90aa74cdfa
commit 42362c61a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 3 deletions

View File

@ -192,9 +192,6 @@ if (WINRT)
target_compile_options(${_AX_CORE_LIB} PUBLIC /ZW) target_compile_options(${_AX_CORE_LIB} PUBLIC /ZW)
endif() endif()
file(GLOB SHADER_SOURCES "renderer/shaders/*.vert" "renderer/shaders/*.frag")
ax_target_compile_shaders(${_AX_CORE_LIB} FILES ${SHADER_SOURCES} RUNTIME)
ax_config_pred(${_AX_CORE_LIB} AX_ENABLE_MFMEDIA) ax_config_pred(${_AX_CORE_LIB} AX_ENABLE_MFMEDIA)
ax_config_pred(${_AX_CORE_LIB} AX_ENABLE_MSEDGE_WEBVIEW2) ax_config_pred(${_AX_CORE_LIB} AX_ENABLE_MSEDGE_WEBVIEW2)