GLCtrl: Now using pkg-config

git-svn-id: svn://ultimatepp.org/upp/trunk@13938 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2020-01-23 07:25:32 +00:00
parent 22ef56fed8
commit 73c7558779

View file

@ -4,7 +4,7 @@ uses
library(WIN32 GCC) "glaux glu32 opengl32";
library(LINUX | BSD) "GL GLU";
pkg_config(LINUX | BSD) "gl glu";
file
GLCtrl.h,