Skip to content

Commit

Permalink
Moved the file jasper.pc.in into a separate directory for pkgconfig.
Browse files Browse the repository at this point in the history
  • Loading branch information
mdadams committed Jan 31, 2024
1 parent fa7026d commit 08ed47c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -849,9 +849,9 @@ if(IS_ABSOLUTE "${CMAKE_INSTALL_LIBDIR}")
else()
set(JAS_PC_LIBDIR "\${exec_prefix}/${CMAKE_INSTALL_LIBDIR}")
endif()
configure_file("${CMAKE_CURRENT_SOURCE_DIR}/build/jasper.pc.in"
"${CMAKE_CURRENT_BINARY_DIR}/build/jasper.pc" @ONLY)
install(FILES "${CMAKE_CURRENT_BINARY_DIR}/build/jasper.pc"
configure_file("${CMAKE_CURRENT_SOURCE_DIR}/build/pkgconfig/jasper.pc.in"
"${CMAKE_CURRENT_BINARY_DIR}/build/pkgconfig/jasper.pc" @ONLY)
install(FILES "${CMAKE_CURRENT_BINARY_DIR}/build/pkgconfig/jasper.pc"
DESTINATION "${CMAKE_INSTALL_LIBDIR}/pkgconfig")

install(FILES "README.md" DESTINATION "${CMAKE_INSTALL_DOCDIR}")
File renamed without changes.

0 comments on commit 08ed47c

Please sign in to comment.