2019-08-19 21:28:04 +02:00
|
|
|
prefix=@CMAKE_INSTALL_PREFIX@
|
|
|
|
libdir=lib
|
|
|
|
includedir=include
|
2018-03-23 16:14:00 +01:00
|
|
|
|
|
|
|
Name: libdice
|
|
|
|
Description: dice rolling and math expression library
|
2018-05-11 17:08:26 +02:00
|
|
|
Version: @VERSION@
|
2019-08-19 21:28:04 +02:00
|
|
|
Requires: @REQUIRES@
|
2018-03-23 16:14:00 +01:00
|
|
|
Conflicts:
|
|
|
|
Cflags: -I${includedir}
|
|
|
|
Libs: -L${libdir} -ldice
|