blob: f05571a0159f18698c6ca96303ba546941a31b1c [file] [log] [blame]
include(CheckFunctionExists)
check_function_exists(re_comp HAVE_RE_COMP)
if(HAVE_RE_COMP)
set(PROG plot2fig)
llvm_multisource()
endif()