feat(display)!: Add libdisplaydevice dependency and output name mapping (#2894)
This commit is contained in:
parent
0cc98f113e
commit
1543f584ab
20 changed files with 327 additions and 101 deletions
|
|
@ -12,6 +12,9 @@ add_subdirectory("${CMAKE_SOURCE_DIR}/third-party/moonlight-common-c/enet")
|
|||
# web server
|
||||
add_subdirectory("${CMAKE_SOURCE_DIR}/third-party/Simple-Web-Server")
|
||||
|
||||
# libdisplaydevice
|
||||
add_subdirectory("${CMAKE_SOURCE_DIR}/third-party/libdisplaydevice")
|
||||
|
||||
# common dependencies
|
||||
find_package(OpenSSL REQUIRED)
|
||||
find_package(PkgConfig REQUIRED)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue