iw4-sp/deps/libtomcrypt/libtomcrypt.pc.in

10 lines
337 B
PkgConfig
Raw Normal View History

prefix=@CMAKE_INSTALL_PREFIX@
2024-03-06 15:11:36 -05:00
libdir=${prefix}/@CMAKE_INSTALL_LIBDIR@
includedir=${prefix}/@CMAKE_INSTALL_INCLUDEDIR@/@PROJECT_NAME@
Name: LibTomCrypt
Description: public domain open source cryptographic toolkit
Version: @PROJECT_VERSION@
2024-03-06 15:11:36 -05:00
Libs: -L${libdir} -ltomcrypt @MPI_PROVIDERS_LIBS@
Cflags: -I${includedir} @MPI_PROVIDERS_CFLAGS@