mirror of https://github.com/axmolengine/axmol.git
Fix ci
This commit is contained in:
parent
90aa74cdfa
commit
42362c61a4
|
@ -192,9 +192,6 @@ if (WINRT)
|
|||
target_compile_options(${_AX_CORE_LIB} PUBLIC /ZW)
|
||||
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_MSEDGE_WEBVIEW2)
|
||||
|
||||
|
|
Loading…
Reference in New Issue