mirror of
https://github.com/morgan9e/UxPlay
synced 2026-04-14 00:04:13 +09:00
Set _NET_WM_NAME (as server_name) so the window can be shared on screen-sharing software antimof#31
(should have been part of previous commi)
This commit is contained in:
@@ -4,13 +4,18 @@ project(uxplay)
|
||||
|
||||
set (CMAKE_CXX_STANDARD 11)
|
||||
|
||||
find_package(X11 REQUIRED)
|
||||
link_libraries(${X11_LIBRARIES})
|
||||
include_directories(${X11_INCLUDE_DIR})
|
||||
# link_directories(${X11_LIBRARIES})
|
||||
|
||||
add_subdirectory(lib/llhttp)
|
||||
add_subdirectory(lib/playfair)
|
||||
add_subdirectory(lib)
|
||||
add_subdirectory(renderers)
|
||||
|
||||
add_executable( uxplay uxplay.cpp)
|
||||
target_link_libraries ( uxplay renderers airplay )
|
||||
target_link_libraries ( uxplay renderers airplay ${X11_LIBRARIES})
|
||||
|
||||
install(PROGRAMS uxplay DESTINATION bin)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user