You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
299 B
12 lines
299 B
prefix=@CMAKE_INSTALL_PREFIX@
|
|
exec_prefix=${prefix}
|
|
libdir=@CMAKE_INSTALL_LIBDIR@
|
|
includedir=@CMAKE_INSTALL_INCLUDEDIR@
|
|
|
|
Name: @PROJECT_NAME@@W64BIT@
|
|
Description: @PROJECT_DESCRIPTION@
|
|
Version: @PROJECT_VERSION_FULL@
|
|
URL: @PROJECT_URL@
|
|
Libs: -L${libdir} -ldivsufsort@W64BIT@
|
|
Cflags: -I${includedir}
|