10 lines
302 B
CMake
10 lines
302 B
CMake
libdir=@CMAKE_INSTALL_FULL_LIBDIR@
|
|
includedir=@CMAKE_INSTALL_FULL_INCLUDEDIR@
|
|
|
|
Name: librml
|
|
Description: Rexy's Math Library
|
|
URL: https://gitlab.com/rexy712/rml
|
|
Version: @librml_VERSION_MAJOR@.@librml_VERSION_MINOR@.@librml_VERSION_REVISION@
|
|
Libs: -L${libdir} @LIBRML_LIBFLAGS@
|
|
Cflags: -I${includedir}
|