mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-24 00:47:57 -05:00
11 lines
263 B
CMake
11 lines
263 B
CMake
prefix=@CMAKE_INSTALL_PREFIX@
|
|
libdir=@CMAKE_INSTALL_PREFIX@/lib@o2_LIB_SUFFIX@
|
|
includedir=${prefix}/include/o2
|
|
|
|
Name: o2
|
|
Description: OAuth 2.0 for Qt
|
|
Version: @PROJECT_VERSION@
|
|
|
|
Cflags: -I${includedir} @CMAKE_INCLUDE_PATH@
|
|
Libs: -L${libdir} @CMAKE_LIBRARY_PATH@
|