reactos/modules/rostests/apitests/crt/CMakeLists.txt
2019-08-20 22:27:59 +02:00

12 lines
224 B
CMake

if(GCC)
add_compile_flags("-fno-builtin")
endif()
include(ntdll_crt_apitest.cmake)
include(msvcrt_crt_apitest.cmake)
if(NOT ARCH STREQUAL "amd64" AND NOT ARCH STREQUAL "arm")
include(crtdll_crt_apitest.cmake)
endif()