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
Update: Translations from eints
[openttd-github.git]
/
src
/
script
/
CMakeLists.txt
blob
d945e54ab923ee2962a57d31238767873556fcb2
1
add_subdirectory(api)
2
3
if(OPTION_TOOLS_ONLY)
4
return()
5
endif()
6
7
add_files(
8
script_cmd.h
9
script_config.cpp
10
script_config.hpp
11
script_fatalerror.hpp
12
script_gui.h
13
script_gui.cpp
14
script_info.cpp
15
script_info.hpp
16
script_info_dummy.cpp
17
script_instance.cpp
18
script_instance.hpp
19
script_scanner.cpp
20
script_scanner.hpp
21
script_storage.hpp
22
script_suspend.hpp
23
squirrel.cpp
24
squirrel.hpp
25
squirrel_class.hpp
26
squirrel_helper.hpp
27
squirrel_helper_type.hpp
28
squirrel_std.cpp
29
squirrel_std.hpp
30
)