mirror of
https://github.com/aseprite/aseprite.git
synced 2025-01-14 03:40:55 +00:00
Add IXWEbSocket library
This commit is contained in:
parent
85f3164e21
commit
e6aeee6400
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -66,3 +66,6 @@
|
||||
[submodule "src/tga"]
|
||||
path = src/tga
|
||||
url = https://github.com/aseprite/tga.git
|
||||
[submodule "third_party/IXWebSocket"]
|
||||
path = third_party/IXWebSocket
|
||||
url = https://github.com/machinezone/IXWebSocket
|
||||
|
@ -673,7 +673,7 @@ if(REQUIRE_CURL)
|
||||
endif()
|
||||
|
||||
if(ENABLE_SCRIPTING)
|
||||
target_link_libraries(app-lib lua lauxlib lualib)
|
||||
target_link_libraries(app-lib lua lauxlib lualib ixwebsocket)
|
||||
endif()
|
||||
|
||||
if(ENABLE_UPDATER)
|
||||
|
4
third_party/CMakeLists.txt
vendored
4
third_party/CMakeLists.txt
vendored
@ -159,4 +159,8 @@ if(ENABLE_SCRIPTING)
|
||||
target_include_directories(lauxlib PUBLIC lua)
|
||||
target_include_directories(lualib PUBLIC lua)
|
||||
target_link_libraries(lauxlib lua)
|
||||
|
||||
# ixwebsocket
|
||||
add_subdirectory(ixwebsocket)
|
||||
target_include_directories(ixwebsocket PUBLIC)
|
||||
endif()
|
||||
|
1
third_party/IXWebSocket
vendored
Submodule
1
third_party/IXWebSocket
vendored
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit 9bbd1f1b30bfa6fb52bf1388ab336ef39d0faead
|
Loading…
Reference in New Issue
Block a user