Updated cmake and remove pkg-config support

This commit is contained in:
gabime
2024-12-01 23:28:47 +02:00
parent 98a8b75eb4
commit 82153ec409
2 changed files with 13 additions and 41 deletions

View File

@@ -1,12 +0,0 @@
prefix=@CMAKE_INSTALL_PREFIX@
exec_prefix=${prefix}
includedir=@PKG_CONFIG_INCLUDEDIR@
libdir=@PKG_CONFIG_LIBDIR@
Name: libspdlog-2
Description: Fast C++ logging library.
URL: https://github.com/gabime/@PROJECT_NAME@
Version: @SPDLOG_VERSION@
CFlags: -I${includedir}
Libs: -L${libdir} -lspdlog-@SPDLOG_VERSION_MAJOR@.@SPDLOG_VERSION_MINOR@ -pthread
Requires: fmt