2012-09-28 10:11:41 +02:00
|
|
|
# required dep for server:
|
2013-10-30 09:59:23 +01:00
|
|
|
#if(BUILD_JPIP_SERVER)
|
|
|
|
# find_package(CURL REQUIRED)
|
|
|
|
# find_package(FCGI REQUIRED)
|
|
|
|
# find_package(Threads REQUIRED)
|
|
|
|
# if(NOT CMAKE_USE_PTHREADS_INIT)
|
|
|
|
# message(FATAL_ERROR "Only pthread are supported")
|
|
|
|
# endif()
|
|
|
|
#endif()
|
2012-09-28 10:11:41 +02:00
|
|
|
|
2013-10-30 09:59:23 +01:00
|
|
|
#add_subdirectory(lib)
|
2012-09-28 10:11:41 +02:00
|
|
|
#add_subdirectory(bin)
|