summaryrefslogtreecommitdiffstats
path: root/src/CBot
diff options
context:
space:
mode:
authorMichał Zieliński <michal@zielinscy.org.pl>2012-10-05 22:07:58 +0200
committerMichał Zieliński <michal@zielinscy.org.pl>2012-10-05 22:07:58 +0200
commitb7667cef3566fa45805e3ae1e7fc6c214e9126c9 (patch)
tree408b67fc5c3d6d289d8867c0afd0c23f3c335eb4 /src/CBot
parent602273e04a16a1ab0fe5fa977f229b51bad48ff5 (diff)
downloadcolobot-b7667cef3566fa45805e3ae1e7fc6c214e9126c9.tar.gz
colobot-b7667cef3566fa45805e3ae1e7fc6c214e9126c9.tar.bz2
colobot-b7667cef3566fa45805e3ae1e7fc6c214e9126c9.zip
Added "make install" target.
Diffstat (limited to 'src/CBot')
-rw-r--r--src/CBot/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/CBot/CMakeLists.txt b/src/CBot/CMakeLists.txt
index 9f5b987..271f2ce 100644
--- a/src/CBot/CMakeLists.txt
+++ b/src/CBot/CMakeLists.txt
@@ -17,3 +17,5 @@ if(${CBOT_STATIC})
else()
add_library(CBot SHARED ${SOURCES})
endif()
+
+INSTALL_TARGETS(/lib CBot)