10 lines
323 B
CMake
10 lines
323 B
CMake
libdir=@CMAKE_INSTALL_FULL_LIBDIR@
|
|
includedir=@CMAKE_INSTALL_FULL_INCLUDEDIR@
|
|
|
|
Name: librexy
|
|
Description: Rexy's common utilities for C++
|
|
URL: https://gitlab.com/rexy712/librexy
|
|
Version: @librexy_VERSION_MAJOR@.@librexy_VERSION_MINOR@.@librexy_VERSION_REVISION@
|
|
Libs: -L${libdir} @LIBREXY_LIBFLAGS@
|
|
Cflags: -I${includedir}
|