[trunk] Start FolderReorgProposal task
[openjpeg.git] / src / CMakeLists.txt
1 # required dep for server:
2 if(BUILD_JPIP_SERVER)
3   find_package(CURL REQUIRED)
4   find_package(FCGI REQUIRED)
5   find_package(Threads REQUIRED)
6   if(NOT CMAKE_USE_PTHREADS_INIT)
7     message(FATAL_ERROR "Only pthread are supported")
8   endif()
9 endif()
10
11 add_subdirectory(lib)
12 #add_subdirectory(bin)