Pothos.in.pc 378 B

123456789101112131415
  1. prefix=@CMAKE_INSTALL_PREFIX@
  2. exec_prefix=${prefix}
  3. libdir=${exec_prefix}/@CMAKE_INSTALL_LIBDIR@
  4. includedir=${prefix}/@CMAKE_INSTALL_INCLUDEDIR@
  5. Name: Pothos
  6. Description: The Pothos data-flow framework
  7. URL: http://pothosware.com/
  8. Version: @POTHOS_LIBVER@
  9. Requires:
  10. Requires.private:
  11. Conflicts:
  12. Cflags: -I${includedir}
  13. Libs: -L${libdir} -lPothos
  14. Libs.private: @PC_LIBS_PRIVATE@