summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorcyberbotx <cyberbotx@5417fbe8-f217-4b02-8779-1006273d7864>2009-01-26 20:39:00 +0000
committercyberbotx <cyberbotx@5417fbe8-f217-4b02-8779-1006273d7864>2009-01-26 20:39:00 +0000
commitc1df37e5ba84a922eded445bf312520567724d66 (patch)
tree09a7dbd891f89e363c82cf1fa652ab861b954efc /src/CMakeLists.txt
parent0dac2dbc49bf13cb42bdac84fd1780d0ba63f4aa (diff)
Move Anope's executable (anope.exe for Windows / services for *nix) to be installed to the bin subdirectory, primarily for the Windows package.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1938 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index d8ed60083..6e700db49 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -73,5 +73,5 @@ add_subdirectory(tools)
# Set Anope to be installed to the bin directory
install(TARGETS ${PROGRAM_NAME}
- DESTINATION .
+ DESTINATION bin
)