blob: 6f650f946918b5d2fefe63239f051770ebd353d4 [file] [log] [blame]
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()