mirror of
https://github.com/reactos/reactos.git
synced 2025-07-23 10:53:42 +00:00
6 lines
161 B
CMake
6 lines
161 B
CMake
|
|
if(CMAKE_C_COMPILER_ID STREQUAL "GNU" OR CMAKE_C_COMPILER_ID STREQUAL "Clang")
|
|
add_compile_options(-fno-builtin)
|
|
endif()
|
|
|
|
include(static_crt_apitest.cmake)
|