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
286 B
12 lines
286 B
prefix=@CMAKE_INSTALL_PREFIX@
|
|
exec_prefix=${prefix}
|
|
includedir=${prefix}/include
|
|
libdir=${prefix}/lib
|
|
|
|
Name: @CMAKE_PROJECT_NAME@
|
|
Description: @NN_DESCRIPTION@
|
|
URL: http://nanomsg.org/
|
|
Version: @NN_VERSION_STR@
|
|
Requires:
|
|
Libs: -L${libdir} -l@CMAKE_PROJECT_NAME@
|
|
Cflags: -I${includedir}
|
|
|