summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorKram <kramelec@gmail.com>2019-04-27 22:08:36 -0700
committerAdrian Thurston <thurston@colm.net>2019-05-01 17:39:56 -0400
commit2a3304c3608f86b1093eb567d61e9f016371d8a6 (patch)
treed04326855aa7d7fc05d1c13eb2324a1a2e22df46 /src
parentcb1e0798e73927c93ceb03a1b0d018607af46f66 (diff)
downloadcolm-2a3304c3608f86b1093eb567d61e9f016371d8a6.tar.gz
patch for cmake - colm
Diffstat (limited to 'src')
-rw-r--r--src/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 6a7b43a3..cbdd8e38 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -51,7 +51,7 @@ include(GNUInstallDirs)
# libcolm
add_library(libcolm
- map.c pdarun.c list.c input.c debug.c
+ map.c pdarun.c list.c input.c stream.c debug.c
codevect.c pool.c string.c tree.c iter.c
bytecode.c program.c struct.c commit.c
print.c)