Server mode not link sdl2 (#221)
This commit is contained in:
parent
5088645437
commit
f28eba4d2f
|
|
@ -177,8 +177,11 @@ list(APPEND CC_EXTERNAL_LIBS
|
||||||
png
|
png
|
||||||
websockets
|
websockets
|
||||||
webp
|
webp
|
||||||
sdl2
|
|
||||||
curl
|
curl
|
||||||
${optional_libs_name}
|
${optional_libs_name}
|
||||||
${glslang_libs_name}
|
${glslang_libs_name}
|
||||||
)
|
)
|
||||||
|
|
||||||
|
if(NOT USE_SERVER_MODE)
|
||||||
|
list(APPEND CC_EXTERNAL_LIBS sdl2)
|
||||||
|
endif()
|
||||||
Loading…
Reference in New Issue