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
Add: Overlay cargo icon in vehicle/depot list when holding shift+ctrl. (#12938)
[openttd-github.git]
/
src
/
blitter
/
CMakeLists.txt
blob
50faefbc1c079e4bd2954315fc632776916e5e67
1
add_files(
2
32bpp_anim.cpp
3
32bpp_anim.hpp
4
32bpp_base.cpp
5
32bpp_base.hpp
6
32bpp_optimized.cpp
7
32bpp_optimized.hpp
8
32bpp_simple.cpp
9
32bpp_simple.hpp
10
8bpp_base.cpp
11
8bpp_base.hpp
12
8bpp_optimized.cpp
13
8bpp_optimized.hpp
14
8bpp_simple.cpp
15
8bpp_simple.hpp
16
CONDITION NOT OPTION_DEDICATED
17
)
18
19
add_files(
20
32bpp_anim_sse2.cpp
21
32bpp_anim_sse2.hpp
22
32bpp_anim_sse4.cpp
23
32bpp_anim_sse4.hpp
24
32bpp_sse2.cpp
25
32bpp_sse2.hpp
26
32bpp_sse4.cpp
27
32bpp_sse4.hpp
28
32bpp_sse_func.hpp
29
32bpp_sse_type.h
30
32bpp_ssse3.cpp
31
32bpp_ssse3.hpp
32
CONDITION NOT OPTION_DEDICATED AND SSE_FOUND
33
)
34
35
add_files(
36
40bpp_anim.cpp
37
40bpp_anim.hpp
38
CONDITION NOT OPTION_DEDICATED AND OPENGL_FOUND
39
)
40
41
add_files(
42
base.hpp
43
common.hpp
44
factory.hpp
45
null.cpp
46
null.hpp
47
)