Added TraversalServer.cpp to Core/Common

This commit is contained in:
Ziek
2015-02-16 22:53:50 -08:00
parent 619a3a5171
commit 779f275486
6 changed files with 472 additions and 12 deletions

View File

@ -67,3 +67,4 @@ if(NOT APPLE AND NOT ANDROID)
endif()
add_dolphin_library(common "${SRCS}" "${LIBS}")
add_executable(traversal_server TraversalServer.cpp)