mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-09 09:54:25 +09:00
cmake: fix build problem on ubuntu 18.04
Signed-off-by: Aris Adamantiadis <aris@0xbadc0de.be>
This commit is contained in:
@@ -29,10 +29,10 @@ if (UNIX AND NOT WIN32)
|
|||||||
add_executable(test_server ${server_SRCS})
|
add_executable(test_server ${server_SRCS})
|
||||||
target_compile_options(test_server PRIVATE ${DEFAULT_C_COMPILE_FLAGS})
|
target_compile_options(test_server PRIVATE ${DEFAULT_C_COMPILE_FLAGS})
|
||||||
target_link_libraries(test_server
|
target_link_libraries(test_server
|
||||||
|
testserver
|
||||||
${LIBSSH_SHARED_LIBRARY}
|
${LIBSSH_SHARED_LIBRARY}
|
||||||
${ARGP_LIBRARY}
|
${ARGP_LIBRARY}
|
||||||
util
|
util)
|
||||||
testserver)
|
|
||||||
endif ()
|
endif ()
|
||||||
|
|
||||||
endif (WITH_SERVER AND UNIX AND NOT WIN32)
|
endif (WITH_SERVER AND UNIX AND NOT WIN32)
|
||||||
|
|||||||
Reference in New Issue
Block a user