This commit is contained in:
sylvieee-iot 2024-05-02 21:58:54 +03:00 committed by GitHub
parent e6d62217a3
commit 0bdc7f6882
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 39 additions and 0 deletions

View file

@ -22,6 +22,7 @@ file(GLOB SRC_FILES
add_library(buttplugCpp STATIC ${SRC_FILES})
set(USE_ZLIB FALSE)
target_include_directories(buttplugCpp PUBLIC third_party/IXWebSocket/ixwebsocket)
add_subdirectory(third_party/IXWebSocket)
find_package(Threads REQUIRED)