Changed: Link to CURL_LIBRARIES

hg/feature/sound
kervala 12 years ago
parent 0ff9908e8e
commit 6dff896bba

@ -1,5 +1,4 @@
FIND_PACKAGE(MySQL) FIND_PACKAGE(MySQL)
FIND_PACKAGE(CURL)
IF(WITH_NELNS_SERVER) IF(WITH_NELNS_SERVER)
ADD_SUBDIRECTORY(admin_executor_service) ADD_SUBDIRECTORY(admin_executor_service)

@ -10,7 +10,7 @@ TARGET_LINK_LIBRARIES(nel_launcher_ext2
nelnet nelnet
nelmisc nelmisc
${ZLIB_LIBRARY} ${ZLIB_LIBRARY}
${CURL_LIBRARY}) ${CURL_LIBRARIES})
NL_DEFAULT_PROPS(nel_launcher_ext2 "NeLNS, Launcher: NeL Launcher Ext2") NL_DEFAULT_PROPS(nel_launcher_ext2 "NeLNS, Launcher: NeL Launcher Ext2")
NL_ADD_RUNTIME_FLAGS(nel_launcher_ext2) NL_ADD_RUNTIME_FLAGS(nel_launcher_ext2)

Loading…
Cancel
Save