blob: 06090ee068d4e3f569534a15a44ed7f9b66f7244 [file] [log] [blame]
include(CheckFunctionExists)
check_function_exists(re_comp HAVE_RE_COMP)
if(HAVE_RE_COMP)
list(APPEND LDFLAGS -lm)
llvm_multisource(plot2fig)
endif()