cmake HAVE_USELOCALE examples

hyperrealm/libconfig lib/CMakeLists.txt :105

check_symbol_exists(uselocale "xlocale.h" HAVE_USELOCALE)

hyperrealm/libconfig lib/CMakeLists.txt :109

check_symbol_exists(uselocale "locale.h" HAVE_USELOCALE)

hyperrealm/libconfig lib/CMakeLists.txt :115

target_compile_definitions(${libname}
        PRIVATE "HAVE_USELOCALE")

hyperrealm/libconfig lib/CMakeLists.txt :118

target_compile_definitions(${libname}++
          PRIVATE "HAVE_USELOCALE")

glKarin/com.n0n3m4.diii4a Q3E/src/main/jni/deplibs/mpg123/ports/cmake/src/CMakeLists.txt :54

check_function_exists(uselocale HAVE_USELOCALE)