summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorErwin Coumans <erwin.coumans@gmail.com>2017-02-19 12:08:58 -0800
committerErwin Coumans <erwin.coumans@gmail.com>2017-02-19 12:08:58 -0800
commit3faab1b019c231f20c3d80e9c9c36cc7f3e88d63 (patch)
treed9613015a2b2ccfb2327a811a95dbd3eb7d542a5 /examples
parent4faa6613c9e6457e85e10b543eadfb05d046b6c9 (diff)
downloadbullet3-3faab1b019c231f20c3d80e9c9c36cc7f3e88d63.tar.gz
adjusted clsocket build and test, so there is an EchoServer and QueryDayTime sending a string to the EchoServer.
Diffstat (limited to 'examples')
-rw-r--r--examples/ThirdPartyLibs/clsocket/premake4.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/ThirdPartyLibs/clsocket/premake4.lua b/examples/ThirdPartyLibs/clsocket/premake4.lua
index 896185095..57447b1fa 100644
--- a/examples/ThirdPartyLibs/clsocket/premake4.lua
+++ b/examples/ThirdPartyLibs/clsocket/premake4.lua
@@ -14,7 +14,7 @@
includedirs {
- ".","include"
+ ".","include","src"
}
files {
"src/SimpleSocket.cpp",