Merge 10.6 into 10.7

This commit is contained in:
Marko Mäkelä 2021-10-22 14:41:47 +03:00
commit 71d4ecf182
160 changed files with 4779 additions and 1677 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}