mirror of https://github.com/axmolengine/axmol.git
fixing cmakelist after merge
This commit is contained in:
parent
0bec438be8
commit
234c902630
|
@ -24,13 +24,13 @@ set(COCOS_NETWORK_SRC
|
||||||
${PLATFORM_SRC}
|
${PLATFORM_SRC}
|
||||||
)
|
)
|
||||||
|
|
||||||
set(COCOS_NETWORK_LINK
|
|
||||||
IF ( WIN32 )
|
IF ( WIN32 )
|
||||||
target_link_libraries(network
|
set(COCOS_NETWORK_LINK
|
||||||
libcurl_imp
|
libcurl_imp
|
||||||
${PLATFORM_LINK}
|
${PLATFORM_LINK}
|
||||||
)
|
)
|
||||||
ELSE()
|
ELSE()
|
||||||
|
set(COCOS_NETWORK_LINK
|
||||||
curl
|
curl
|
||||||
${PLATFORM_LINK}
|
${PLATFORM_LINK}
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue