blob: 2023f0cb971a5ab56fe0cc82b22025f5a906f36a [file] [log] [blame]
Michal Vasko8e08c962016-02-09 14:09:11 +01001cmake_minimum_required(VERSION 2.6)
Claus Klein22091912020-01-20 13:45:47 +01002
Michal Vaskodf67eb42020-02-06 16:22:07 +01003project(libnetconf2 C)
Michal Vasko4cb2d722020-04-23 13:49:16 +02004set(LIBNETCONF2_DESC "NETCONF library in C providing API for both clients and servers.")
Claus Klein22091912020-01-20 13:45:47 +01005
Michal Vasko9e8ac262020-04-07 13:06:45 +02006# include custom Modules
7list(APPEND CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/CMakeModules/")
8
Jan Kundrátb78cdfc2016-11-04 17:11:24 +01009include(GNUInstallDirs)
Michal Vasko9aa3c6a2018-11-12 08:50:10 +010010include(CheckFunctionExists)
Michal Vasko32af6142019-01-23 09:30:42 +010011include(CheckCSourceCompiles)
Michal Vasko352c3902018-11-12 09:16:59 +010012include(CheckIncludeFile)
Michal Vasko9e8ac262020-04-07 13:06:45 +020013include(UseCompat)
Claus Klein22091912020-01-20 13:45:47 +010014
Michal Vaskod6123692019-07-16 16:04:16 +020015if(POLICY CMP0075)
16 cmake_policy(SET CMP0075 NEW)
17endif()
Radek Krejci183f7e72015-09-01 17:25:47 +020018
Michal Vasko6779d182016-02-17 14:36:36 +010019set(LIBNETCONF2_DESCRIPTION "NETCONF server and client library in C.")
Radek Krejci183f7e72015-09-01 17:25:47 +020020
21# check the supported platform
22if(NOT UNIX)
Michal Vasko3d865d22016-01-28 16:00:53 +010023 message(FATAL_ERROR "Only *nix like systems are supported.")
Radek Krejci183f7e72015-09-01 17:25:47 +020024endif()
25
Michal Vasko63b52fc2018-02-16 10:08:17 +010026# osx specific
27set(CMAKE_MACOSX_RPATH TRUE)
28
Radek Krejci183f7e72015-09-01 17:25:47 +020029# set default build type if not specified by user
30if(NOT CMAKE_BUILD_TYPE)
Claus Klein22091912020-01-20 13:45:47 +010031 set(CMAKE_BUILD_TYPE Debug)
Radek Krejci183f7e72015-09-01 17:25:47 +020032endif()
33
Claus Klein22091912020-01-20 13:45:47 +010034set(CMAKE_C_STANDARD 11)
35set(CMAKE_CXX_EXTENSIONS ON)
36add_compile_options(-Wall -Wextra -fvisibility=hidden)
PavolVican384786e2017-07-12 15:31:20 +020037set(CMAKE_C_FLAGS_PACKAGE "-g -O2 -DNDEBUG")
Radek Krejci183f7e72015-09-01 17:25:47 +020038
Michal Vasko08d5cde2019-07-10 14:34:55 +020039# Version of the project
40# Generic version of not only the library. Major version is reserved for really big changes of the project,
41# minor version changes with added functionality (new tool, functionality of the tool or library, ...) and
42# micro version is changed with a set of small changes or bugfixes anywhere in the project.
43set(LIBNETCONF2_MAJOR_VERSION 1)
Michal Vasko8afb2ed2019-11-05 12:07:34 +010044set(LIBNETCONF2_MINOR_VERSION 1)
Michal Vaskoafdbe462020-04-27 15:47:47 +020045set(LIBNETCONF2_MICRO_VERSION 23)
Radek Krejci4f2d40d2015-10-08 12:55:01 +020046set(LIBNETCONF2_VERSION ${LIBNETCONF2_MAJOR_VERSION}.${LIBNETCONF2_MINOR_VERSION}.${LIBNETCONF2_MICRO_VERSION})
Michal Vasko08d5cde2019-07-10 14:34:55 +020047
48# Version of the library
49# Major version is changed with every backward non-compatible API/ABI change in libyang, minor version changes
50# with backward compatible change and micro version is connected with any internal change of the library.
51set(LIBNETCONF2_MAJOR_SOVERSION 1)
Michal Vaskoee9d7402020-04-16 09:03:59 +020052set(LIBNETCONF2_MINOR_SOVERSION 3)
Michal Vaskob01d6832020-04-27 15:47:36 +020053set(LIBNETCONF2_MICRO_SOVERSION 4)
Michal Vasko08d5cde2019-07-10 14:34:55 +020054set(LIBNETCONF2_SOVERSION_FULL ${LIBNETCONF2_MAJOR_SOVERSION}.${LIBNETCONF2_MINOR_SOVERSION}.${LIBNETCONF2_MICRO_SOVERSION})
55set(LIBNETCONF2_SOVERSION ${LIBNETCONF2_MAJOR_SOVERSION})
Radek Krejci4f2d40d2015-10-08 12:55:01 +020056
Radek Krejciac6d3472015-10-22 15:47:18 +020057# build options
Michal Vaskofb2fb762015-10-27 11:44:32 +010058option(ENABLE_SSH "Enable NETCONF over SSH support (via libssh)" ON)
Michal Vasko061dc802016-02-29 10:15:28 +010059option(ENABLE_TLS "Enable NETCONF over TLS support (via OpenSSL)" ON)
Michal Vasko3d865d22016-01-28 16:00:53 +010060option(ENABLE_DNSSEC "Enable support for SSHFP retrieval using DNSSEC for SSH (requires OpenSSL and libval)" OFF)
Radek Krejcic61f0b42017-06-07 13:21:41 +020061option(ENABLE_PYTHON "Include bindings for Python 3" OFF)
Michal Vaskof471fa02017-02-15 10:48:12 +010062set(READ_INACTIVE_TIMEOUT 20 CACHE STRING "Maximum number of seconds waiting for new data once some data have arrived")
63set(READ_ACTIVE_TIMEOUT 300 CACHE STRING "Maximum number of seconds for receiving a full message")
64set(MAX_PSPOLL_THREAD_COUNT 6 CACHE STRING "Maximum number of threads that could simultaneously access a ps_poll structure")
Michal Vasko5a9bd9c2019-08-16 15:50:09 +020065set(TIMEOUT_STEP 100 CACHE STRING "Number of microseconds tasks are repeated until timeout elapses")
Michal Vasko5a446472020-05-06 12:43:42 +020066set(YANG_MODULE_DIR "${CMAKE_INSTALL_PREFIX}/share/yang/modules" CACHE STRING "Directory with common YANG modules")
Michal Vasko3d865d22016-01-28 16:00:53 +010067
68if(ENABLE_DNSSEC AND NOT ENABLE_SSH)
69 message(WARNING "DNSSEC SSHFP retrieval cannot be used without SSH support.")
70 set(ENABLE_DNSSEC OFF)
71endif()
Radek Krejciac6d3472015-10-22 15:47:18 +020072
Jan Kundrátcf15d6c2017-10-26 18:07:56 +020073include_directories(${PROJECT_BINARY_DIR}/src)
74
Radek Krejci4f2d40d2015-10-08 12:55:01 +020075# source files
Radek Krejci183f7e72015-09-01 17:25:47 +020076set(libsrc
Michal Vasko3d865d22016-01-28 16:00:53 +010077 src/io.c
78 src/log.c
79 src/messages_client.c
80 src/messages_server.c
81 src/session.c
82 src/session_client.c
83 src/session_server.c
84 src/time.c)
Radek Krejci183f7e72015-09-01 17:25:47 +020085
Michal Vaskofb2fb762015-10-27 11:44:32 +010086if(ENABLE_SSH)
Claus Klein22091912020-01-20 13:45:47 +010087 list(APPEND libsrc
Michal Vasko3d865d22016-01-28 16:00:53 +010088 src/session_client_ssh.c
89 src/session_server_ssh.c)
Radek Krejci53691be2016-02-22 13:58:37 +010090 set(SSH_MACRO "#ifndef NC_ENABLED_SSH\n#define NC_ENABLED_SSH\n#endif")
Radek Krejciac6d3472015-10-22 15:47:18 +020091endif()
92
Radek Krejci9f03b482015-10-22 16:02:10 +020093if(ENABLE_TLS)
Claus Klein22091912020-01-20 13:45:47 +010094 list(APPEND libsrc
Michal Vasko3d865d22016-01-28 16:00:53 +010095 src/session_client_tls.c
96 src/session_server_tls.c)
Radek Krejci53691be2016-02-22 13:58:37 +010097 set(TLS_MACRO "#ifndef NC_ENABLED_TLS\n#define NC_ENABLED_TLS\n#endif")
Radek Krejci9f03b482015-10-22 16:02:10 +020098endif()
99
Radek Krejci183f7e72015-09-01 17:25:47 +0200100set(headers
Claus Klein22091912020-01-20 13:45:47 +0100101 ${PROJECT_BINARY_DIR}/src/config.h
Michal Vasko3d865d22016-01-28 16:00:53 +0100102 src/log.h
103 src/netconf.h
104 src/session.h
105 src/messages_client.h
106 src/messages_server.h
107 src/session_client.h
Michal Vasko45f298f2016-01-29 10:26:26 +0100108 src/session_client_ch.h
109 src/session_server.h
110 src/session_server_ch.h)
Radek Krejci183f7e72015-09-01 17:25:47 +0200111
Michal Vasko9e8ac262020-04-07 13:06:45 +0200112# use compat
113use_compat()
114
Claus Klein22091912020-01-20 13:45:47 +0100115# netconf2 target
Michal Vaskoa6e826a2020-04-08 08:12:29 +0200116add_library(netconf2 SHARED ${libsrc} ${headers} $<TARGET_OBJECTS:compat>)
Michal Vaskod8536552020-04-21 14:41:16 +0200117set_target_properties(netconf2 PROPERTIES VERSION ${LIBNETCONF2_SOVERSION_FULL} SOVERSION ${LIBNETCONF2_SOVERSION})
Radek Krejci4f2d40d2015-10-08 12:55:01 +0200118
Claus Klein22091912020-01-20 13:45:47 +0100119if((CMAKE_BUILD_TYPE STREQUAL Debug) OR (CMAKE_BUILD_TYPE STREQUAL Package))
Michal Vasko3d865d22016-01-28 16:00:53 +0100120 option(ENABLE_BUILD_TESTS "Build tests" ON)
121 option(ENABLE_VALGRIND_TESTS "Build tests with valgrind" ON)
Radek Krejcice24ab82015-10-08 15:37:02 +0200122else()
Michal Vasko3d865d22016-01-28 16:00:53 +0100123 option(ENABLE_BUILD_TESTS "Build tests" OFF)
124 option(ENABLE_VALGRIND_TESTS "Build tests with valgrind" OFF)
Radek Krejcice24ab82015-10-08 15:37:02 +0200125endif()
126
Radek Krejci32898d52016-07-14 17:37:02 +0200127# dependencies - pthread
Michal Vasko73ed9672016-01-29 13:15:15 +0100128set(CMAKE_THREAD_PREFER_PTHREAD TRUE)
129find_package(Threads REQUIRED)
130target_link_libraries(netconf2 ${CMAKE_THREAD_LIBS_INIT})
131
Radek Krejci28472922016-07-15 11:51:16 +0200132# check availability for some pthread functions
Radek Krejci32898d52016-07-14 17:37:02 +0200133set(CMAKE_REQUIRED_LIBRARIES pthread)
Michal Vasko7ae909a2018-11-09 09:51:42 +0100134check_include_file(stdatomic.h HAVE_STDATOMIC)
Radek Krejci28472922016-07-15 11:51:16 +0200135check_function_exists(pthread_mutex_timedlock HAVE_PTHREAD_MUTEX_TIMEDLOCK)
Rosen Penevef2f3ac2019-07-15 18:15:28 -0700136check_function_exists(pthread_rwlockattr_setkind_np HAVE_PTHREAD_RWLOCKATTR_SETKIND_NP)
Radek Krejci32898d52016-07-14 17:37:02 +0200137
Radek Krejci4f2d40d2015-10-08 12:55:01 +0200138# dependencies - openssl
Radek Krejci5c69cdf2017-05-26 16:29:29 +0200139if(ENABLE_TLS OR ENABLE_DNSSEC OR ENABLE_SSH)
Michal Vasko3d865d22016-01-28 16:00:53 +0100140 find_package(OpenSSL REQUIRED)
Claus Klein22091912020-01-20 13:45:47 +0100141 if(ENABLE_TLS)
142 message(STATUS "OPENSSL found, required for TLS")
Radek Krejci53691be2016-02-22 13:58:37 +0100143 set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -DNC_ENABLED_TLS")
Michal Vasko3d865d22016-01-28 16:00:53 +0100144 endif()
Claus Klein22091912020-01-20 13:45:47 +0100145
Michal Vasko3d865d22016-01-28 16:00:53 +0100146 target_link_libraries(netconf2 ${OPENSSL_LIBRARIES})
147 include_directories(${OPENSSL_INCLUDE_DIR})
148endif()
149
Michal Vasko474d3732017-09-27 13:57:00 +0200150# dependencies - libssh
151if(ENABLE_SSH)
Michal Vasko71514b32020-04-07 13:36:51 +0200152 find_package(LibSSH 0.7.0 REQUIRED)
Michal Vasko474d3732017-09-27 13:57:00 +0200153 set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -DNC_ENABLED_SSH")
Michal Vasko71514b32020-04-07 13:36:51 +0200154 message(STATUS "LibSSH version ${LibSSH_VERSION} found")
Claus Klein22091912020-01-20 13:45:47 +0100155
Michal Vasko63067362020-04-22 15:56:02 +0200156 if(LibSSH_VERSION VERSION_EQUAL 0.9.3 OR LibSSH_VERSION VERSION_EQUAL 0.9.4)
157 message(FATAL_ERROR "LibSSH ${LibSSH_VERSION} includes regression bugs and libnetconf2 will NOT work properly, try to use another version")
Michal Vasko899760c2020-01-03 10:13:11 +0100158 endif()
Claus Klein22091912020-01-20 13:45:47 +0100159
Michal Vasko71514b32020-04-07 13:36:51 +0200160 if(LibSSH_VERSION VERSION_LESS 0.8.0)
161 target_link_libraries(netconf2 "-L${LIBSSH_LIBRARY_DIR}" -lssh -lssh_threads)
162 list(APPEND CMAKE_REQUIRED_FLAGS "-L${LIBSSH_LIBRARY_DIR}")
163 list(APPEND CMAKE_REQUIRED_LIBRARIES ssh ssh_threads)
David Sedlákb3914fe2018-08-20 15:03:25 +0200164 else()
Michal Vasko71514b32020-04-07 13:36:51 +0200165 target_link_libraries(netconf2 ${LIBSSH_LIBRARIES})
166 list(APPEND CMAKE_REQUIRED_LIBRARIES ${LIBSSH_LIBRARIES})
David Sedlákb3914fe2018-08-20 15:03:25 +0200167 endif()
Michal Vasko474d3732017-09-27 13:57:00 +0200168 include_directories(${LIBSSH_INCLUDE_DIRS})
Michal Vasko71514b32020-04-07 13:36:51 +0200169
170 # crypt
apropp-molex4e903c32020-04-20 03:06:58 -0400171 if(NOT ${CMAKE_SYSTEM_NAME} MATCHES "QNX")
172 target_link_libraries(netconf2 -lcrypt)
173 list(APPEND CMAKE_REQUIRED_LIBRARIES crypt)
174 else()
175 target_link_libraries(netconf2 -llogin)
176 list(APPEND CMAKE_REQUIRED_LIBRARIES login)
177 endif()
Michal Vasko474d3732017-09-27 13:57:00 +0200178endif()
179
Michal Vasko73ed9672016-01-29 13:15:15 +0100180# dependencies - libval
Claus Klein22091912020-01-20 13:45:47 +0100181if(ENABLE_DNSSEC)
Michal Vasko3d865d22016-01-28 16:00:53 +0100182 find_package(LibVAL REQUIRED)
183 set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -DENABLE_DNSSEC")
184 target_link_libraries(netconf2 ${LIBVAL_LIBRARIES})
185 include_directories(${LIBVAL_INCLUDE_DIRS})
Radek Krejci4f2d40d2015-10-08 12:55:01 +0200186endif()
187
188# dependencies - libyang
189find_package(LibYANG REQUIRED)
190target_link_libraries(netconf2 ${LIBYANG_LIBRARIES})
191include_directories(${LIBYANG_INCLUDE_DIRS})
192
apropp-molex4e903c32020-04-20 03:06:58 -0400193# header file compatibility - shadow.h and crypt.h
194check_include_file("shadow.h" HAVE_SHADOW)
195check_include_file("crypt.h" HAVE_CRYPT)
196
197# function compatibility - getpeereid on QNX
198if(${CMAKE_SYSTEM_NAME} MATCHES "QNX")
199 target_link_libraries(netconf2 -lsocket)
200 list(APPEND CMAKE_REQUIRED_LIBRARIES socket)
201 list(REMOVE_ITEM CMAKE_REQUIRED_LIBRARIES pthread)
202 list(APPEND CMAKE_REQUIRED_DEFINITIONS -D_QNX_SOURCE)
203 check_symbol_exists(getpeereid "sys/types.h;unistd.h" HAVE_GETPEEREID)
204 list(REMOVE_ITEM CMAKE_REQUIRED_DEFINITIONS -D_QNX_SOURCE)
205endif()
206
Michal Vasko51cda3c2016-01-29 14:41:26 +0100207# generate doxygen documentation for libnetconf2 API
208find_package(Doxygen)
209if(DOXYGEN_FOUND)
210 set(DOXYGEN_SKIP_DOT TRUE)
211 add_custom_target(doc
212 COMMAND ${DOXYGEN_EXECUTABLE} ${CMAKE_BINARY_DIR}/Doxyfile
213 WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR})
214 configure_file(Doxyfile.in Doxyfile)
215endif()
216
Radek Krejcic61f0b42017-06-07 13:21:41 +0200217# Python bindings
218if(ENABLE_PYTHON)
219 add_subdirectory(python)
Claus Klein22091912020-01-20 13:45:47 +0100220endif()
Radek Krejcic61f0b42017-06-07 13:21:41 +0200221
Michal Vasko4cb2d722020-04-23 13:49:16 +0200222# packages
223add_subdirectory(packages)
224
Radek Krejci183f7e72015-09-01 17:25:47 +0200225# install library
Jan Kundrátb78cdfc2016-11-04 17:11:24 +0100226install(TARGETS netconf2 DESTINATION ${CMAKE_INSTALL_LIBDIR})
Radek Krejci183f7e72015-09-01 17:25:47 +0200227
228# install headers
Jan Kundrátb78cdfc2016-11-04 17:11:24 +0100229install(FILES ${CMAKE_CURRENT_BINARY_DIR}/nc_client.h DESTINATION ${CMAKE_INSTALL_INCLUDEDIR})
230install(FILES ${CMAKE_CURRENT_BINARY_DIR}/nc_server.h DESTINATION ${CMAKE_INSTALL_INCLUDEDIR})
Michal Vasko5a446472020-05-06 12:43:42 +0200231install(FILES ${headers} DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/libnetconf2)
Radek Krejci14b14032015-10-21 15:19:43 +0200232
Michal Vasko6779d182016-02-17 14:36:36 +0100233# install pkg-config file
234find_package(PkgConfig)
235if(PKG_CONFIG_FOUND)
236 configure_file("libnetconf2.pc.in" "libnetconf2.pc" @ONLY)
Jan Kundrátb78cdfc2016-11-04 17:11:24 +0100237 install(FILES "${CMAKE_CURRENT_BINARY_DIR}/libnetconf2.pc" DESTINATION "${CMAKE_INSTALL_LIBDIR}/pkgconfig")
Michal Vasko6779d182016-02-17 14:36:36 +0100238 # check that pkg-config includes the used path
239 execute_process(COMMAND ${PKG_CONFIG_EXECUTABLE} --variable pc_path pkg-config RESULT_VARIABLE RETURN OUTPUT_VARIABLE PC_PATH ERROR_QUIET)
240 if(RETURN EQUAL 0)
Jan Kundrátb78cdfc2016-11-04 17:11:24 +0100241 string(REGEX MATCH "${CMAKE_INSTALL_LIBDIR}/pkgconfig" SUBSTR "${PC_PATH}")
Michal Vasko6779d182016-02-17 14:36:36 +0100242 string(LENGTH "${SUBSTR}" SUBSTR_LEN)
243 if(SUBSTR_LEN EQUAL 0)
Jan Kundrátb78cdfc2016-11-04 17:11:24 +0100244 message(WARNING "pkg-config will not detect the new package after installation, adjust PKG_CONFIG_PATH using \"export PKG_CONFIG_PATH=\${PKG_CONFIG_PATH}:${CMAKE_INSTALL_LIBDIR}/pkgconfig\".")
Michal Vasko6779d182016-02-17 14:36:36 +0100245 endif()
246 endif()
247endif()
248
Radek Krejcice24ab82015-10-08 15:37:02 +0200249if(ENABLE_VALGRIND_TESTS)
Michal Vasko3d865d22016-01-28 16:00:53 +0100250 set(ENABLE_BUILD_TESTS ON)
Radek Krejcice24ab82015-10-08 15:37:02 +0200251endif()
252
253if(ENABLE_BUILD_TESTS)
Radek Krejcieaa06722016-02-26 14:27:32 +0100254 find_package(CMocka 1.0.0)
255 if(CMOCKA_FOUND)
256 enable_testing()
257 add_subdirectory(tests)
Claus Klein22091912020-01-20 13:45:47 +0100258 endif()
Radek Krejcice24ab82015-10-08 15:37:02 +0200259endif()
260
Jan Kundrátcf15d6c2017-10-26 18:07:56 +0200261configure_file("${PROJECT_SOURCE_DIR}/src/config.h.in" "${PROJECT_BINARY_DIR}/src/config.h" ESCAPE_QUOTES @ONLY)
Michal Vasko1128e112015-10-26 15:34:24 +0100262configure_file(nc_client.h.in nc_client.h)
Michal Vasko086311b2016-01-08 09:53:11 +0100263configure_file(nc_server.h.in nc_server.h)
Radek Krejci14b14032015-10-21 15:19:43 +0200264
Radek Krejci183f7e72015-09-01 17:25:47 +0200265# clean cmake cache
266add_custom_target(cleancache
267 COMMAND make clean
268 COMMAND find . -iname '*cmake*' -not -name CMakeLists.txt -exec rm -rf {} +
269 COMMAND rm -rf Makefile Doxyfile
270 WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR})
Bi-Ruei, Chiuf5faf832019-09-21 20:15:59 +0800271
272# uninstall
273add_custom_target(uninstall "${CMAKE_COMMAND}" -P "${CMAKE_MODULE_PATH}/uninstall.cmake")