Merge 10.4 into 10.5

This commit is contained in:
Marko Mäkelä 2021-10-21 15:26:25 +03:00
commit 5f8561a6bc
84 changed files with 2226 additions and 593 deletions

View file

@ -89,7 +89,12 @@ else()
endif()
set_target_properties(libgroonga PROPERTIES OUTPUT_NAME "groonga")
if (HAVE_GCC_C11_ATOMICS_WITH_LIBATOMIC)
set(ATOMIC_LIBS atomic)
endif()
set(GRN_ALL_LIBRARIES
${ATOMIC_LIBS}
${EXECINFO_LIBS}
${RT_LIBS}
${PTHREAD_LIBS}