mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 02:15:43 -04:00
Proper CgGL linking
This commit is contained in:
parent
e434ca0d57
commit
1d42c6dd43
@ -386,6 +386,7 @@ if (COMPILER=="LINUX"):
|
||||
|
||||
# Name pkg-config libs, include(dir)s
|
||||
PkgEnable("ARTOOLKIT", "", ("AR"), "AR/ar.h")
|
||||
PkgEnable("CGGL", "", ("CgGL"), "Cg/cgGL.h", framework = "CgGL")
|
||||
PkgEnable("FCOLLADA", "", ("FCollada"), "FCollada.h")
|
||||
PkgEnable("FFMPEG", ffmpeg_libs, ffmpeg_libs, ffmpeg_libs)
|
||||
PkgEnable("FFTW", "", ("fftw", "rfftw"), ("fftw.h", "rfftw.h"))
|
||||
|
Loading…
x
Reference in New Issue
Block a user