Initial commit
This commit is contained in:
15
unix/vncconfig/CMakeLists.txt
Normal file
15
unix/vncconfig/CMakeLists.txt
Normal file
@@ -0,0 +1,15 @@
|
||||
include_directories(${X11_INCLUDE_DIR})
|
||||
|
||||
include_directories(${CMAKE_SOURCE_DIR}/common)
|
||||
include_directories(${CMAKE_SOURCE_DIR}/unix/tx)
|
||||
|
||||
add_executable(vncconfig
|
||||
buildtime.c
|
||||
vncExt.c
|
||||
vncconfig.cxx
|
||||
QueryConnectDialog.cxx)
|
||||
|
||||
target_link_libraries(vncconfig tx rfb network rdr ${X11_LIBRARIES})
|
||||
|
||||
install(TARGETS vncconfig DESTINATION ${BIN_DIR})
|
||||
install(FILES vncconfig.man DESTINATION ${MAN_DIR}/man1 RENAME vncconfig.1)
|
||||
Reference in New Issue
Block a user