From c444b233dbf76e2d74cbd41608b84691d732cd3c Mon Sep 17 00:00:00 2001 From: david parsons Date: Tue, 26 May 2020 17:15:16 -0700 Subject: [PATCH] add v2compat to the libmarkdown library in the cmakefile --- cmake/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt index a9df796..a48b26a 100644 --- a/cmake/CMakeLists.txt +++ b/cmake/CMakeLists.txt @@ -149,6 +149,7 @@ add_library(libmarkdown "${_ROOT}/setup.c" "${_ROOT}/blocktags" "${_ROOT}/tags.c" "${_ROOT}/html5.c" + "${_ROOT}/v2compat.c" "${_ROOT}/flags.c") set_target_properties(libmarkdown PROPERTIES