mirror of
https://github.com/dankamongmen/notcurses
synced 2025-03-09 09:09:03 -04:00
install notcurses-core.pc pkg-config support
This commit is contained in:
parent
feb592e590
commit
07ec5206cb
@ -739,6 +739,11 @@ install(FILES
|
||||
DESTINATION "${CMAKE_INSTALL_LIBDIR}/cmake/Notcurses++"
|
||||
)
|
||||
|
||||
install(FILES
|
||||
${CMAKE_CURRENT_BINARY_DIR}/notcurses-core.pc
|
||||
DESTINATION ${PKGCONFIG_DIR}
|
||||
)
|
||||
|
||||
install(FILES
|
||||
${CMAKE_CURRENT_BINARY_DIR}/notcurses.pc
|
||||
DESTINATION ${PKGCONFIG_DIR}
|
||||
|
@ -8,7 +8,7 @@ Description: TUI library for modern terminal emulators
|
||||
Version: @PROJECT_VERSION@
|
||||
|
||||
Requires:
|
||||
Requires.private: pthread tinfo unistring
|
||||
Requires.private: tinfo
|
||||
Libs: -L${libdir} -lnotcurses-core
|
||||
Libs.private: -lm -lstdc++
|
||||
Libs.private: -lunistring -lstdc++ -lm
|
||||
Cflags: -I${includedir}
|
||||
|
@ -8,7 +8,7 @@ Description: TUI library for modern terminal emulators
|
||||
Version: @PROJECT_VERSION@
|
||||
|
||||
Requires:
|
||||
Requires.private: pthread tinfo unistring
|
||||
Requires.private: notcurses-core
|
||||
Libs: -L${libdir} -lnotcurses
|
||||
Libs.private: -lm -lstdc++ -lnotcurses-core
|
||||
Libs.private:
|
||||
Cflags: -I${includedir}
|
||||
|
Loading…
x
Reference in New Issue
Block a user