reactos/modules/rostests/apitests/crt/CMakeLists.txt

13 lines
331 B
CMake
Raw Normal View History

if(CMAKE_C_COMPILER_ID STREQUAL "GNU" OR CMAKE_C_COMPILER_ID STREQUAL "Clang")
add_compile_options(-fno-builtin)
endif()
include(ntdll_crt_apitest.cmake)
include(msvcrt_crt_apitest.cmake)
2021-07-18 18:03:03 +00:00
include(static_crt_apitest.cmake)
2019-08-18 14:14:16 +00:00
if(NOT ARCH STREQUAL "amd64" AND NOT ARCH STREQUAL "arm")
include(crtdll_crt_apitest.cmake)
endif()