mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-09 13:56:10 +00:00
202f5cb7d6
- generic .gitignore entries for CMake projects - generate a pkg-config file
15 lines
395 B
CMake
15 lines
395 B
CMake
prefix=@CMAKE_INSTALL_PREFIX@
|
|
exec_prefix=@CMAKE_INSTALL_PREFIX@
|
|
libdir=@CMAKE_INSTALL_FULL_LIBDIR@
|
|
sharedlibdir=@CMAKE_INSTALL_FULL_LIBDIR@
|
|
includedir=@CMAKE_INSTALL_FULL_INCLUDEDIR@
|
|
|
|
Name: @PROJECT_NAME@
|
|
Description: C language library for creating bindings for the Qt QML language
|
|
Version: @DOTHERSIDE_VERSION@
|
|
|
|
Requires: @PC_REQUIRES@
|
|
Libs: -L${libdir} -lDOtherSide
|
|
Cflags: -I${includedir}
|
|
|