Skip to content

Commit 8c43cd8

Browse files
committed
Install all headers in include/cmark-gfm
These are needed to actually use the library it seems. Signed-off-by: Keith Packard <keithp@keithp.com>
1 parent 587a12b commit 8c43cd8

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/CMakeLists.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,10 @@ if(CMARK_SHARED OR CMARK_STATIC)
175175
DESTINATION include
176176
)
177177

178+
install(FILES ${HEADERS}
179+
DESTINATION include/cmark-gfm
180+
)
181+
178182
install(EXPORT cmark-gfm DESTINATION ${CMAKE_INSTALL_LIBDIR}/cmake)
179183
endif()
180184

0 commit comments

Comments
 (0)