diff options
| author | megamage <none@none> | 2009-01-17 13:42:41 -0600 |
|---|---|---|
| committer | megamage <none@none> | 2009-01-17 13:42:41 -0600 |
| commit | 2cf1a3be1b310feafc43781ab9178f0c1f35d352 (patch) | |
| tree | 8c028b01c102bba566ebb32c8014ab19eba8f46a /dep/src/sockets | |
| parent | 8739ded05dbf68486551531024f1ad8ad7b389cf (diff) | |
| parent | c5dfe7dac27a0441192af758dc55e6c71c83ccb4 (diff) | |
*Update to Trinity 878.
--HG--
branch : trunk
Diffstat (limited to 'dep/src/sockets')
| -rw-r--r-- | dep/src/sockets/CMakeLists.txt | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/dep/src/sockets/CMakeLists.txt b/dep/src/sockets/CMakeLists.txt new file mode 100644 index 00000000000..40ac135a9ae --- /dev/null +++ b/dep/src/sockets/CMakeLists.txt @@ -0,0 +1,22 @@ +SET(trinitysockets_STAT_SRCS + Base64.cpp + Exception.cpp + Ipv4Address.cpp + Ipv6Address.cpp + Lock.cpp + Mutex.cpp + Parse.cpp + ResolvServer.cpp + ResolvSocket.cpp + Socket.cpp + SocketHandler.cpp + StdoutLog.cpp + StreamSocket.cpp + TcpSocket.cpp + Thread.cpp + UdpSocket.cpp + Utility.cpp + socket_include.cpp +) + +add_library(trinitysockets STATIC ${trinitysockets_STAT_SRCS}) |
