update code block projectfiles (#5271)
* Update campaignd.cbp * add commandline_arg to codeblock projectfiles * Update tests.cbp * Update wesnoth.cbp
This commit is contained in:
parent
2ffa21bf04
commit
118dcc0f09
4 changed files with 8 additions and 0 deletions
|
@ -181,6 +181,8 @@
|
|||
<Unit filename="../../src/color.hpp" />
|
||||
<Unit filename="../../src/color_range.cpp" />
|
||||
<Unit filename="../../src/color_range.hpp" />
|
||||
<Unit filename="../../src/commandline_argv.cpp" />
|
||||
<Unit filename="../../src/commandline_argv.hpp" />
|
||||
<Unit filename="../../src/commandline_options.cpp" />
|
||||
<Unit filename="../../src/commandline_options.hpp" />
|
||||
<Unit filename="../../src/config.cpp" />
|
||||
|
|
|
@ -136,6 +136,8 @@
|
|||
<Unit filename="../../src/server/campaignd/control.hpp" />
|
||||
<Unit filename="../../src/server/campaignd/fs_commit.cpp" />
|
||||
<Unit filename="../../src/server/campaignd/fs_commit.hpp" />
|
||||
<Unit filename="../../src/server/campaignd/options.cpp" />
|
||||
<Unit filename="../../src/server/campaignd/options.hpp" />
|
||||
<Unit filename="../../src/server/campaignd/server.cpp" />
|
||||
<Unit filename="../../src/server/campaignd/server.hpp" />
|
||||
<Unit filename="../../src/server/common/server_base.cpp" />
|
||||
|
|
|
@ -233,6 +233,8 @@
|
|||
<Unit filename="../../src/color.hpp" />
|
||||
<Unit filename="../../src/color_range.cpp" />
|
||||
<Unit filename="../../src/color_range.hpp" />
|
||||
<Unit filename="../../src/commandline_argv.cpp" />
|
||||
<Unit filename="../../src/commandline_argv.hpp" />
|
||||
<Unit filename="../../src/commandline_options.cpp" />
|
||||
<Unit filename="../../src/commandline_options.hpp" />
|
||||
<Unit filename="../../src/config.cpp" />
|
||||
|
|
|
@ -235,6 +235,8 @@
|
|||
<Unit filename="../../src/color.hpp" />
|
||||
<Unit filename="../../src/color_range.cpp" />
|
||||
<Unit filename="../../src/color_range.hpp" />
|
||||
<Unit filename="../../src/commandline_argv.cpp" />
|
||||
<Unit filename="../../src/commandline_argv.hpp" />
|
||||
<Unit filename="../../src/commandline_options.cpp" />
|
||||
<Unit filename="../../src/commandline_options.hpp" />
|
||||
<Unit filename="../../src/config.cpp" />
|
||||
|
|
Loading…
Add table
Reference in a new issue