Skip to content

Commit ba66792

Browse files
committed
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.
1 parent 33410d5 commit ba66792

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
@@ -90,3 +90,6 @@ install(FILES ${CMAKE_CURRENT_BINARY_DIR}/libcmark-gfm.pc
9090
DESTINATION ${CMAKE_INSTALL_LIBDIR}/pkgconfig)
9191
install(EXPORT cmark-gfm
9292
DESTINATION ${CMAKE_INSTALL_LIBDIR}/cmake)
93+
94+
export(TARGETS libcmark-gfm
95+
FILE ${CMAKE_CURRENT_BINARY_DIR}/cmarkTargets.cmake)

0 commit comments

Comments
 (0)