From 683b90f4c6c744557f7429ce6ff77c0f7d2175e1 Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Fri, 6 May 2011 19:18:40 +0400 Subject: * Major cleanup of cmake build system * Add initial version of statshow utility for statfiles debugging * Add debugging for statistics * Remove unused utilities --- utils/CMakeLists.txt | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 utils/CMakeLists.txt (limited to 'utils/CMakeLists.txt') diff --git a/utils/CMakeLists.txt b/utils/CMakeLists.txt new file mode 100644 index 000000000..8b9e5dca6 --- /dev/null +++ b/utils/CMakeLists.txt @@ -0,0 +1,7 @@ +ADD_SUBDIRECTORY(statshow) + +# Redirector +IF(ENABLE_REDIRECTOR MATCHES "ON") + CONFIGURE_FILE(redirector.pl.in redirector.pl @ONLY) + INSTALL(PROGRAMS redirector.pl DESTINATION bin RENAME rspamd-redirector) +ENDIF(ENABLE_REDIRECTOR MATCHES "ON") \ No newline at end of file -- cgit v1.2.3