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:
Saleem Abdulrasool
2024-01-16 13:46:16 -08:00
parent 33410d5a94
commit ba667926a4

View File

@@ -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)