ufodecode.pc.in 290 B

12345678910
  1. prefix=${CMAKE_INSTALL_PREFIX}
  2. exec_prefix=${BIN_INSTALL_DIR}
  3. libdir=${LIB_INSTALL_DIR}
  4. includedir=${INCLUDE_INSTALL_DIR}
  5. Name: ${TARNAME}
  6. Description: Decoding routines for the UFO camera
  7. Version: ${PACKAGE_VERSION}
  8. Libs: -L${LIB_INSTALL_DIR} -lufodecode
  9. Cflags: -I${INCLUDE_INSTALL_DIR}