summaryrefslogtreecommitdiffstats
path: root/src/CBot
diff options
context:
space:
mode:
authorPiotr Dziwinski <piotrdz@gmail.com>2012-04-15 01:02:51 +0200
committerPiotr Dziwinski <piotrdz@gmail.com>2012-04-15 01:02:51 +0200
commit45b75ee37bc31ffde4b3347b222e97424b8a53f4 (patch)
tree519714813fee954d93cfabcf56004f48f238d9cd /src/CBot
parent011d86ed668cbbff5c7bfc5f7e88086acb849921 (diff)
downloadcolobot-45b75ee37bc31ffde4b3347b222e97424b8a53f4.tar.gz
colobot-45b75ee37bc31ffde4b3347b222e97424b8a53f4.tar.bz2
colobot-45b75ee37bc31ffde4b3347b222e97424b8a53f4.zip
Adding new MinGW branch
Diffstat (limited to 'src/CBot')
-rw-r--r--src/CBot/CMakeLists.txt15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/CBot/CMakeLists.txt b/src/CBot/CMakeLists.txt
new file mode 100644
index 0000000..409ef3b
--- /dev/null
+++ b/src/CBot/CMakeLists.txt
@@ -0,0 +1,15 @@
+set(SOURCES
+CBot.cpp
+CBotClass.cpp
+CBotFunction.cpp
+CBotIf.cpp
+CBotProgram.cpp
+CBotStack.cpp
+CBotString.cpp
+CBotToken.cpp
+CBotTwoOpExpr.cpp
+CBotVar.cpp
+CBotWhile.cpp
+)
+
+add_library(CBot SHARED ${SOURCES})