mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 01:09:50 +00:00
Changed: Link to CURL_LIBRARIES
This commit is contained in:
parent
15d97b9893
commit
3545bc8527
2 changed files with 1 additions and 2 deletions
|
@ -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…
Reference in a new issue