Merge branch '2.3' into 2.4

This commit is contained in:
Esa Korhonen 2020-05-04 21:10:51 +03:00
commit 06bd6f1812

View File

@ -26,4 +26,6 @@ endif()
set_target_properties(maxbase PROPERTIES VERSION "1.0.0" LINK_FLAGS -Wl,-z,defs)
target_link_libraries(maxbase ${CURL_LIBRARIES} ${PAM_LIBRARIES})
add_subdirectory(test)
if (BUILD_TESTS)
add_subdirectory(test)
endif()