ClickHouse/libs/libglibc-compatibility/tests/CMakeLists.txt
2017-10-09 20:41:27 +03:00

9 lines
274 B
CMake

include (${ClickHouse_SOURCE_DIR}/cmake/add_check.cmake)
foreach (T longjmp siglongjmp)
add_executable (${T} ${T}.c)
target_link_libraries (${T} glibc-compatibility)
set_target_properties (${T} PROPERTIES LINKER_LANGUAGE CXX)
add_check (${T})
endforeach ()