hyperrealm/libconfig
lib/CMakeLists.txt
:105
check_symbol_exists(uselocale "xlocale.h" HAVE_USELOCALE)
check_symbol_exists(uselocale "xlocale.h" HAVE_USELOCALE)
check_symbol_exists(uselocale "locale.h" HAVE_USELOCALE)
target_compile_definitions(${libname}
PRIVATE "HAVE_USELOCALE")
target_compile_definitions(${libname}++
PRIVATE "HAVE_USELOCALE")
check_function_exists(uselocale HAVE_USELOCALE)