Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 510710 | Differences between
and this patch

Collapse All | Expand All

(-)pcsx2-1.2.2/cmake/FindCg.cmake (+2 lines)
Lines 52-57 Link Here
52
				 /usr/include
52
				 /usr/include
53
				 /usr/local/lib
53
				 /usr/local/lib
54
				 /opt/nvidia-cg-toolkit/lib	
54
				 /opt/nvidia-cg-toolkit/lib	
55
				 /opt/nvidia-cg-toolkit/lib32
55
				 DOC "Path to the Cg library.")
56
				 DOC "Path to the Cg library.")
56
57
57
	# Cg GL library
58
	# Cg GL library
Lines 59-64 Link Here
59
				 /usr/include
60
				 /usr/include
60
				 /usr/local/lib
61
				 /usr/local/lib
61
				 /opt/nvidia-cg-toolkit/lib
62
				 /opt/nvidia-cg-toolkit/lib
63
				 /opt/nvidia-cg-toolkit/lib32
62
				 DOC "Path to the CgGL library.")
64
				 DOC "Path to the CgGL library.")
63
65
64
	set(CG_LIBRARIES ${CG_LIBRARY} ${CG_GL_LIBRARY})
66
	set(CG_LIBRARIES ${CG_LIBRARY} ${CG_GL_LIBRARY})

Return to bug 510710