prefix=@CMAKE_INSTALL_PREFIX@
exec_prefix=${prefix}
libdir=${prefix}/@LIB_INSTALL_DIR@
includedir=${prefix}/@INCLUDE_INSTALL_DIR@
Name: readcon-core
Description: CON/convel file reader and writer with FFI, Python, Julia bindings
Version: @PROJECT_VERSION@
URL: https://github.com/lode-org/readcon-core
Libs: -L${libdir} -lreadcon_core
Libs.private: @PC_LIBS_PRIVATE@
Cflags: -I${includedir}