mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 17:05:46 +00:00
11 lines
196 B
CMake
11 lines
196 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")
|
|
include(crtdll_crt_apitest.cmake)
|
|
endif()
|