summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorKatolaZ <katolaz@freaknet.org>2020-09-02 09:11:08 +0100
committerKatolaZ <katolaz@freaknet.org>2020-09-02 10:27:20 +0100
commit7f962c74879713d9aa6aeb09993dd7d80bccedd0 (patch)
tree578968e0ec8228c0bd715b99689c5692ad4be8ae /src/CMakeLists.txt
parent59a8bd1e990a472bc6d8ec8bb54a514431ff854e (diff)
add support for groff mom filter
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 48ddd01..d4e2a57 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -40,6 +40,7 @@ set(LIBRARY_SOURCES
houdini_html_e.c
houdini_html_u.c
cmark_ctype.c
+ mom.c
${HEADERS}
)