1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-11-24 08:32:34 +02:00

[c::b] configure Test project dependencies

This commit is contained in:
AlexVinS 2014-04-30 22:09:26 +04:00
parent 18f2eafde5
commit 2947bdedfc

View File

@ -26,6 +26,14 @@
<Project filename="AI/BattleAI/BattleAI.cbp">
<Depends filename="lib/VCMI_lib.cbp" />
</Project>
<Project filename="test/Test.cbp" />
<Project filename="test/Test.cbp">
<Depends filename="lib/VCMI_lib.cbp" />
<Depends filename="client/VCMI_client.cbp" />
<Depends filename="server/VCMI_server.cbp" />
<Depends filename="AI/EmptyAI/EmptyAI.cbp" />
<Depends filename="AI/VCAI/VCAI.cbp" />
<Depends filename="AI/StupidAI/StupidAI.cbp" />
<Depends filename="AI/BattleAI/BattleAI.cbp" />
</Project>
</Workspace>
</CodeBlocks_workspace_file>