summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2012-06-26 17:09:57 +0200
committerBardur Arantsson <bardur@scientician.net>2012-06-26 17:09:57 +0200
commit6c3d9cd354cc69bbbc719e0be91169946e3212a0 (patch)
tree9c63cbc5e8c4e4883b8f4721f3a1ad71c7b65078 /src/CMakeLists.txt
parent72bde5e602786fd349f6cc6642fff6f9c5658e1c (diff)
Quarks: Move subsystem to separate compilation unit
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 22563cd4..0e71e07b 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -15,6 +15,7 @@ SET(SRCS
generate.c gen_maze.c gen_evol.c wild.c levels.c store.c bldg.c
cmovie.c
wizard2.c init2.c birth.c wizard1.c init1.c main.c
+ quark.c
# Lua bits:
lua_bind.c script.c
)