summaryrefslogtreecommitdiff
path: root/SDL_Core/src/components/CMakeLists.txt
blob: dee7e681b6ef5f2faa3fb7be8a1fae3de5f867f2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# --- TransportManager
add_subdirectory(./TransportManager)

# --- AppMgr
add_subdirectory(./AppMgr)

# --- JSONHandler
add_subdirectory(./JSONHandler)

# --- ProtocolHandler
add_subdirectory(./ProtocolHandler)

# --- ConnectionHandler
add_subdirectory(./ConnectionHandler)

# --- Utils
add_subdirectory(./Utils)