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.

14 lines
423 B

  1. prefix=@prefix@
  2. exec_prefix=${prefix}/@CMAKE_INSTALL_BINDIR@
  3. libdir=${exec_prefix}/@CMAKE_INSTALL_FULL_LIBDIR@
  4. includedir=${prefix}/@CMAKE_INSTALL_INCLUDEDIR@
  5. sharedir=${prefix}/@CMAKE_INSTALL_DATAROOTDIR@
  6. mandir=${prefix}/@CMAKE_INSTALL_MANDIR@
  7. Name: @PROJECT_NAME@
  8. Description: @PROJECT_DESC@
  9. URL: @PROJECT_URL@
  10. Version: @PROJECT_VERSION@
  11. Requires:
  12. Cflags: -I${includedir}
  13. Libs: -L${libdir} -lshadowsocks-libev -lcrypto