mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-21 21:05:50 +12:00
Fix stupid CMake
This commit is contained in:
parent
fb26e5ab0d
commit
c2123c371a
1 changed files with 2 additions and 1 deletions
3
third_party/open-bp-cpp/CMakeLists.txt
vendored
3
third_party/open-bp-cpp/CMakeLists.txt
vendored
|
@ -14,7 +14,7 @@ project(buttplugCpp)
|
|||
# Add source to this project's executable.
|
||||
|
||||
file(GLOB SRC_FILES
|
||||
"src/*.cpp"
|
||||
"source/*.cpp"
|
||||
"include/*.h"
|
||||
"include/*.hpp"
|
||||
)
|
||||
|
@ -23,6 +23,7 @@ add_library(buttplugCpp STATIC ${SRC_FILES})
|
|||
|
||||
set(USE_ZLIB FALSE)
|
||||
target_include_directories(buttplugCpp PUBLIC third_party/IXWebSocket/ixwebsocket)
|
||||
target_include_directories(buttplugCpp PUBLIC include)
|
||||
add_subdirectory(third_party/IXWebSocket)
|
||||
|
||||
find_package(Threads REQUIRED)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue