Skip to content

Commit

Permalink
Merge pull request commonmark#4 from llvm-beanz/generate-cmark-exports
Browse files Browse the repository at this point in the history
[CMake] Export the CMark targets
  • Loading branch information
bitjammer authored Feb 6, 2017
2 parents 912d9d4 + 5ef30d3 commit d875488
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,9 @@ install(FILES
DESTINATION include
)

export(TARGETS ${PROGRAM} ${LIBRARY} ${STATICLIBRARY}
FILE ${CMAKE_CURRENT_BINARY_DIR}/CMarkExports.cmake)

# Feature tests
include(CheckIncludeFile)
include(CheckCSourceCompiles)
Expand Down

0 comments on commit d875488

Please sign in to comment.