mirror of
https://github.com/ArthurSonzogni/FTXUI.git
synced 2024-11-22 02:34:21 +08:00
6e059dadd5
This file describes the include and lib location and makes it possible to use the library in build systems other than CMake, e.g. in basic Makefiles. Signed-off-by: Henner Zeller <h.zeller@acm.org>
10 lines
291 B
PkgConfig
10 lines
291 B
PkgConfig
prefix="@CMAKE_INSTALL_PREFIX@"
|
|
libdir="@CMAKE_INSTALL_FULL_LIBDIR@"
|
|
includedir="@CMAKE_INSTALL_FULL_INCLUDEDIR@"
|
|
|
|
Name: @PROJECT_NAME@
|
|
Description: @CMAKE_PROJECT_DESCRIPTION@
|
|
Version: @PROJECT_VERSION@
|
|
Cflags: -I${includedir}
|
|
Libs: -L${libdir} -lftxui-component -lftxui-dom -lftxui-screen
|