mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
70531054c4
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
10 lines
271 B
PkgConfig
10 lines
271 B
PkgConfig
prefix=@CMAKE_INSTALL_PREFIX@
|
|
exec_prefix=${prefix}
|
|
libdir=${exec_prefix}/lib@LIB_SUFFIX@
|
|
includedir=${prefix}/include
|
|
|
|
Name: @CMAKE_PROJECT_NAME@
|
|
Description: A date and time library based on the C++11
|
|
Version: @VERSION@
|
|
Libs: -L${libdir} -ldate
|
|
Cflags: -I${includedir}
|