2012-04-18 17:21:18 +00:00
|
|
|
|
2022-05-26 01:37:23 +03:00
|
|
|
if(CMAKE_C_COMPILER_ID STREQUAL "GNU" OR CMAKE_C_COMPILER_ID STREQUAL "Clang")
|
2020-09-21 12:16:02 +02:00
|
|
|
add_compile_options(-fno-builtin)
|
2015-12-26 19:20:54 +00:00
|
|
|
endif()
|
|
|
|
|
2012-04-18 17:21:18 +00:00
|
|
|
include(ntdll_crt_apitest.cmake)
|
|
|
|
include(msvcrt_crt_apitest.cmake)
|
2021-07-18 20:03:03 +02:00
|
|
|
include(static_crt_apitest.cmake)
|
2014-10-17 23:29:24 +00:00
|
|
|
|
2019-08-18 16:14:16 +02:00
|
|
|
if(NOT ARCH STREQUAL "amd64" AND NOT ARCH STREQUAL "arm")
|
2014-05-25 20:21:02 +00:00
|
|
|
include(crtdll_crt_apitest.cmake)
|
|
|
|
endif()
|