1b877906bSopenharmony_ciprefix=@CMAKE_INSTALL_PREFIX@ 2b877906bSopenharmony_ciexec_prefix=${prefix} 3b877906bSopenharmony_ciincludedir=@CMAKE_INSTALL_FULL_INCLUDEDIR@ 4b877906bSopenharmony_cilibdir=@CMAKE_INSTALL_FULL_LIBDIR@ 5b877906bSopenharmony_ci 6b877906bSopenharmony_ciName: GLFW 7b877906bSopenharmony_ciDescription: A multi-platform library for OpenGL, window and input 8b877906bSopenharmony_ciVersion: @GLFW_VERSION@ 9b877906bSopenharmony_ciURL: https://www.glfw.org/ 10b877906bSopenharmony_ciRequires.private: @GLFW_PKG_CONFIG_REQUIRES_PRIVATE@ 11b877906bSopenharmony_ciLibs: -L${libdir} -l@GLFW_LIB_NAME@@GLFW_LIB_NAME_SUFFIX@ 12b877906bSopenharmony_ciLibs.private: @GLFW_PKG_CONFIG_LIBS_PRIVATE@ 13b877906bSopenharmony_ciCflags: -I${includedir} 14