mirror of
https://github.com/defold/extension-websocket.git
synced 2025-06-27 01:47:42 +02:00
12 lines
260 B
Plaintext
12 lines
260 B
Plaintext
# C++ symbol in your extension
|
|
name: "Websocket"
|
|
|
|
platforms:
|
|
common:
|
|
context:
|
|
includes: ["upload/websocket/include/wslay"]
|
|
defines: ["HAVE_CONFIG_H"]
|
|
|
|
web:
|
|
context:
|
|
linkFlags: ["-lwebsocket.js"] |