7af9e3a2463ce75c723ad03022d101546abe6fcc
[reactos.git] / modules / rostests / apitests / crt / CMakeLists.txt
1
2 if (GCC)
3 add_compile_options(-fno-builtin)
4 endif()
5
6 include(ntdll_crt_apitest.cmake)
7 include(msvcrt_crt_apitest.cmake)
8 include(static_crt_apitest.cmake)
9
10 if(NOT ARCH STREQUAL "amd64" AND NOT ARCH STREQUAL "arm")
11 include(crtdll_crt_apitest.cmake)
12 endif()