1
2if (GCC)
3    add_compile_options(-fno-builtin)
4endif()
5
6include(ntdll_crt_apitest.cmake)
7include(msvcrt_crt_apitest.cmake)
8include(static_crt_apitest.cmake)
9
10if(NOT ARCH STREQUAL "amd64" AND NOT ARCH STREQUAL "arm")
11  include(crtdll_crt_apitest.cmake)
12endif()
13