"Improved"
This commit is contained in:
10
opengl.pc.in
Normal file
10
opengl.pc.in
Normal file
@@ -0,0 +1,10 @@
|
||||
prefix=@CMAKE_INSTALL_PREFIX@
|
||||
libdir=${prefix}/lib
|
||||
includedir=${prefix}/include
|
||||
|
||||
Name: OpenGL
|
||||
Description: OpenGL (without GLX) library and headers.
|
||||
Version: @PROJECT_VERSION@
|
||||
Libs.private: -lstdc++ -logc -lm
|
||||
Libs: -L${libdir} -lopengx
|
||||
Cflags: -I${includedir}
|
||||
Reference in New Issue
Block a user