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}
|
||||
)
|
||||
|
||||
set(COCOS_NETWORK_LINK
|
||||
IF ( WIN32 )
|
||||
target_link_libraries(network
|
||||
set(COCOS_NETWORK_LINK
|
||||
libcurl_imp
|
||||
${PLATFORM_LINK}
|
||||
)
|
||||
ELSE()
|
||||
set(COCOS_NETWORK_LINK
|
||||
curl
|
||||
${PLATFORM_LINK}
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue