blob: 838db076cea988617238fce2d11b6581a0679c7c [file] [log] [blame]
set(DIRS)
set(PARALLEL_DIRS)
include(CheckFunctionExists)
check_function_exists(re_comp HAVE_RE_COMP)
if(HAVE_RE_COMP)
set(PROG plot2fig)
llvm_multisource()
endif()
llvm_add_subdirectories(${DIRS} ${PARALLEL_DIRS})