~ubuntu-branches/ubuntu/quantal/libssh/quantal

« back to all changes in this revision

Viewing changes to examples/CMakeLists.txt

  • Committer: Bazaar Package Importer
  • Author(s): Laurent Bigonville
  • Date: 2011-03-13 22:06:00 UTC
  • mfrom: (1.1.9 upstream) (4.1.11 sid)
  • Revision ID: james.westby@ubuntu.com-20110313220600-bbqbkcj8zelnfbbo
Tags: 0.4.8-2
* Upload to unstable
* debian/control: Add texlive-fonts-recommended to Build-Depends-Indep
  (Closes: #608319)

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
add_executable(scp_download scp_download.c ${examples_SRCS})
16
16
add_executable(samplessh sample.c ${examples_SRCS})
17
17
add_executable(exec exec.c ${examples_SRCS})
 
18
add_executable(sshnetcat sshnetcat.c ${examples_SRCS})
18
19
 
19
20
target_link_libraries(libssh_scp ${LIBSSH_SHARED_LIBRARY})
20
21
target_link_libraries(scp_download ${LIBSSH_SHARED_LIBRARY})
21
22
target_link_libraries(samplessh ${LIBSSH_SHARED_LIBRARY})
22
23
target_link_libraries(exec ${LIBSSH_SHARED_LIBRARY})
 
24
target_link_libraries(sshnetcat ${LIBSSH_SHARED_LIBRARY})
 
25
 
23
26
 
24
27
include_directories(
25
28
  ${LIBSSH_PUBLIC_INCLUDE_DIRS}