mirror of
https://github.com/swiftlang/swift-cmark.git
synced 2026-01-18 17:31:20 +01:00
build: restore cmarkTargets.cmake for non-Windows targets
This file should be excised but retain it temporarily to allow us to migrate away from the current build infrastructure.
This commit is contained in:
@@ -90,3 +90,6 @@ install(FILES ${CMAKE_CURRENT_BINARY_DIR}/libcmark-gfm.pc
|
||||
DESTINATION ${CMAKE_INSTALL_LIBDIR}/pkgconfig)
|
||||
install(EXPORT cmark-gfm
|
||||
DESTINATION ${CMAKE_INSTALL_LIBDIR}/cmake)
|
||||
|
||||
export(TARGETS libcmark-gfm
|
||||
FILE ${CMAKE_CURRENT_BINARY_DIR}/cmarkTargets.cmake)
|
||||
|
||||
Reference in New Issue
Block a user