repo.or.cz
/
openttd-github.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix #8316: Make sort industries by production and transported with a cargo filter...
[openttd-github.git]
/
src
/
3rdparty
/
opengl
/
CMakeLists.txt
blob
6176d252f583ecd2d05a3e15cf0b07d7fd4353f9
1
add_files(
2
khrplatform.h
3
glext.h
4
CONDITION OPENGL_FOUND
5
)
6
7
add_files(
8
wglext.h
9
CONDITION WIN32 AND OPENGL_FOUND
10
)