Mercurial > vec
comparison vec.pc.in @ 8:6e0eb3aa12ab
build: add files to build vec as an external library
this is most definitely a double-edged sword, but you can
do it now if you *really* want to
author | Paper <paper@tflc.us> |
---|---|
date | Wed, 23 Oct 2024 20:44:30 -0400 |
parents | |
children | 9da2aba90c87 |
comparison
equal
deleted
inserted
replaced
7:945d410803f8 | 8:6e0eb3aa12ab |
---|---|
1 prefix=@CMAKE_INSTALL_PREFIX@ | |
2 exec_prefix=@CMAKE_INSTALL_PREFIX@ | |
3 libdir=${exec_prefix}/@CMAKE_INSTALL_LIBDIR@ | |
4 includedir=${prefix}/@CMAKE_INSTALL_INCLUDEDIR@ | |
5 | |
6 Name: @PROJECT_NAME@ | |
7 Description: @PROJECT_DESCRIPTION@ | |
8 Version: @PROJECT_VERSION@ | |
9 | |
10 Requires: | |
11 Libs: -L${libdir} -lvec | |
12 Cflags: -I${includedir} -DVEC_EXTERN |