commit | d875488a6a95d5487b7c675f79a8dafef210a65f | [log] [tgz] |
---|---|---|
author | David Farler <dfarler@apple.com> | Mon Feb 06 14:59:56 2017 -0800 |
committer | GitHub <noreply@github.com> | Mon Feb 06 14:59:56 2017 -0800 |
tree | 9624601a90a17d5f42cb019c021a1e5ab1c48375 | |
parent | 912d9d4ccbfa41ba225c37351a217b678358cc3e [diff] | |
parent | 5ef30d339b40df66e2ce4723f0c938512a67e260 [diff] |
Merge pull request #4 from llvm-beanz/generate-cmark-exports [CMake] Export the CMark targets
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 51dc8a0..6278019 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt
@@ -130,6 +130,9 @@ DESTINATION include ) +export(TARGETS ${PROGRAM} ${LIBRARY} ${STATICLIBRARY} + FILE ${CMAKE_CURRENT_BINARY_DIR}/CMarkExports.cmake) + # Feature tests include(CheckIncludeFile) include(CheckCSourceCompiles)