fix SDL2_NET_DLL_DIR path

This commit is contained in:
Roman Fomin 2021-12-23 02:41:26 +07:00
parent ef2b24175d
commit 9fb04bb75c

View File

@ -247,7 +247,7 @@ if(MINGW)
install(CODE
"set(MINGW_PATH \"${SDL2_DLL_DIR}\" \"${SDL2_MIXER_DLL_DIR}\"
\"${SDL2_MIXER_DLL_DIR}\")"
\"${SDL2_NET_DLL_DIR}\")"
)
install(CODE [[