| prefix="@CMAKE_INSTALL_PREFIX@" | |
| libdir="${prefix}/lib" | |
| includedir="${prefix}/include" | |
| Name: @PROJECT_NAME@ base testing support | |
| Description: @CMAKE_PROJECT_DESCRIPTION@ (for testing support) | |
| Version: @VERSION_MAJOR@.@VERSION_MINOR@.@VERSION_PATCH@ | |
| Libs: -L${libdir} -laemu-base-testing-support | |
| Cflags: -I${includedir} |