summaryrefslogtreecommitdiff
path: root/tests/auto/websockets/CMakeLists.txt
blob: 70b99db469c147c9a473bdc1a33973866e0e84b9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Generated from websockets.pro.

add_subdirectory(qwebsocketcorsauthenticator)
add_subdirectory(qwebsocket)
add_subdirectory(qwebsocketserver)
if(QT_FEATURE_private_tests)
    add_subdirectory(websocketprotocol)
    add_subdirectory(dataprocessor)
    add_subdirectory(websocketframe)
    add_subdirectory(handshakerequest)
    add_subdirectory(handshakeresponse)
    add_subdirectory(qdefaultmaskgenerator)
endif()