Skip to content

Commit

Permalink
build: restore cmarkTargets.cmake for non-Windows targets
Browse files Browse the repository at this point in the history
This file should be excised but retain it temporarily to allow us to
migrate away from the current build infrastructure.
  • Loading branch information
compnerd committed Jan 16, 2024
1 parent 33410d5 commit ba66792
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 @@ -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)

0 comments on commit ba66792

Please sign in to comment.