Skip to content

Commit d875488

Browse files
authored
Merge pull request #4 from llvm-beanz/generate-cmark-exports
[CMake] Export the CMark targets
2 parents 912d9d4 + 5ef30d3 commit d875488

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/CMakeLists.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,9 @@ install(FILES
130130
DESTINATION include
131131
)
132132

133+
export(TARGETS ${PROGRAM} ${LIBRARY} ${STATICLIBRARY}
134+
FILE ${CMAKE_CURRENT_BINARY_DIR}/CMarkExports.cmake)
135+
133136
# Feature tests
134137
include(CheckIncludeFile)
135138
include(CheckCSourceCompiles)

0 commit comments

Comments
 (0)