1prefix="@CMAKE_INSTALL_PREFIX@" 2libdir="${prefix}/lib" 3includedir="${prefix}/include/aemu/snapshot" 4 5Name: @PROJECT_NAME@ snapshots 6Description: @CMAKE_PROJECT_DESCRIPTION@ snapshots 7Version: @VERSION_MAJOR@.@VERSION_MINOR@.@VERSION_PATCH@ 8 9Libs: -L${libdir} -laemu-snapshot 10Cflags: -I${includedir} 11