1
1

Try to find ARGP on solaris, BSD

Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
Этот коммит содержится в:
Aris Adamantiadis 2013-02-11 21:41:34 +01:00 коммит произвёл Andreas Schneider
родитель ff30a8feb0
Коммит 2b54db7603

Просмотреть файл

@ -11,6 +11,10 @@ include_directories(
${CMAKE_BINARY_DIR}
)
if (BSD OR SOLARIS)
find_package(Argp)
endif (BSD OR SOLARIS)
if (LINUX)
add_executable(libssh_scp libssh_scp.c ${examples_SRCS})
target_link_libraries(libssh_scp ${LIBSSH_SHARED_LIBRARY})