mirror of
https://github.com/kasmtech/KasmVNC.git
synced 2024-11-22 08:04:04 +01:00
10 lines
224 B
CMake
10 lines
224 B
CMake
|
include_directories(${X11_INCLUDE_DIR})
|
||
|
|
||
|
include_directories(${CMAKE_SOURCE_DIR}/common)
|
||
|
include_directories(${CMAKE_SOURCE_DIR}/common/rfb)
|
||
|
|
||
|
add_library(tx STATIC
|
||
|
TXWindow.cxx)
|
||
|
|
||
|
target_link_libraries(tx ${X11_LIBRARIES})
|