Merge pull request #48 from nE0sIghT/master

Fix Cg find for Gentoo amd64
This commit is contained in:
Gregory Hainaut 2014-05-20 09:03:00 +02:00
commit f11877e72c
1 changed files with 2 additions and 0 deletions

View File

@ -52,6 +52,7 @@ else(WIN32) # Unix based OS
/usr/include
/usr/local/lib
/opt/nvidia-cg-toolkit/lib
/opt/nvidia-cg-toolkit/lib32
DOC "Path to the Cg library.")
# Cg GL library
@ -59,6 +60,7 @@ else(WIN32) # Unix based OS
/usr/include
/usr/local/lib
/opt/nvidia-cg-toolkit/lib
/opt/nvidia-cg-toolkit/lib32
DOC "Path to the CgGL library.")
set(CG_LIBRARIES ${CG_LIBRARY} ${CG_GL_LIBRARY})