blob: c7019582b0562122bf0d2f4db4349dfb2193948c [file] [log] [blame]
include(CheckFunctionExists)
check_function_exists(re_comp HAVE_RE_COMP)
list(APPEND CPPFLAGS -Wno-implicit-function-declaration)
if(HAVE_RE_COMP)
list(APPEND LDFLAGS -lm)
llvm_multisource(plot2fig)
endif()