summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGluzskiy Alexandr <sss@sss.chaoslab.ru>2015-03-24 17:18:08 +0300
committerGluzskiy Alexandr <sss@sss.chaoslab.ru>2015-03-24 17:18:08 +0300
commit0a282f2e8007464c9fd4b0e0f0226b5098843b81 (patch)
tree3d8a279b1b391f61311868ec13621dc019fe9ad3
parentef4041f9a350b73fc88fdfaa8af36631b656dcd2 (diff)
codeblocks have not saved project %)
-rw-r--r--server/udm-server.cbp13
1 files changed, 13 insertions, 0 deletions
diff --git a/server/udm-server.cbp b/server/udm-server.cbp
index 6c2a233..401c773 100644
--- a/server/udm-server.cbp
+++ b/server/udm-server.cbp
@@ -30,7 +30,20 @@
</Build>
<Compiler>
<Add option="-Wall" />
+ <Add directory="include" />
</Compiler>
+ <Linker>
+ <Add library="protobuf" />
+ </Linker>
+ <ExtraCommands>
+ <Add before="[ -d ../protocol ] || mkdir ../protocol" />
+ <Add before="protoc --cpp_out=../protocol --proto_path=../protocol ../protocol/udm.proto" />
+ </ExtraCommands>
+ <Unit filename="../protocol/udm.pb.cc" />
+ <Unit filename="../protocol/udm.pb.h" />
+ <Unit filename="include/protocol.h" />
+ <Unit filename="src/main.cpp" />
+ <Unit filename="src/protocol.cpp" />
<Extensions>
<code_completion />
<debugger />