threads: Build a libssh threading library.

This commit is contained in:
Andreas Schneider
2010-09-06 14:54:16 +02:00
parent 2cca490076
commit fbe102bada
7 changed files with 129 additions and 6 deletions

View File

@@ -202,3 +202,6 @@ if (WITH_STATIC_LIB)
)
endif (WITH_STATIC_LIB)
if (CMAKE_HAVE_THREADS_LIBRARY)
add_subdirectory(threads)
endif (CMAKE_HAVE_THREADS_LIBRARY)