mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-17 23:25:46 -04:00
dep: Add fmt 9.0.0
This commit is contained in:
11
dep/fmt/support/cmake/fmt.pc.in
Normal file
11
dep/fmt/support/cmake/fmt.pc.in
Normal file
@ -0,0 +1,11 @@
|
||||
prefix=@CMAKE_INSTALL_PREFIX@
|
||||
exec_prefix=@CMAKE_INSTALL_PREFIX@
|
||||
libdir=@libdir_for_pc_file@
|
||||
includedir=@includedir_for_pc_file@
|
||||
|
||||
Name: fmt
|
||||
Description: A modern formatting library
|
||||
Version: @FMT_VERSION@
|
||||
Libs: -L${libdir} -l@FMT_LIB_NAME@
|
||||
Cflags: -I${includedir}
|
||||
|
Reference in New Issue
Block a user