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