Merge 10.3 into 10.4

This commit is contained in:
Marko Mäkelä 2021-10-21 14:57:00 +03:00
commit 489ef007be
76 changed files with 2021 additions and 565 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}