blob: 3a3a3489b56af79e817a4b1dfd2d37d42ff8c5b4 [file] [log] [blame]
set(DIRS)
set(PARALLEL_DIRS)
include(CheckFunctionExists)
check_function_exists(re_comp HAVE_RE_COMP)
if(HAVE_RE_COMP)
set(PROG archie)
if("${TARGET_OS}" STREQUAL "SunOS")
list(APPEND LDFLAGS -lsocket -lnsl)
endif()
llvm_multisource()
endif()
llvm_add_subdirectories(${DIRS} ${PARALLEL_DIRS})