1 2 3 4 5 6 7 8 9 10 11 12
include_directories(${FLTK_INCLUDE_DIR}) include_directories(${CMAKE_SOURCE_DIR}/common) add_executable(vncviewer CConn.cxx DesktopWindow.cxx UserDialog.cxx parameters.cxx vncviewer.cxx) target_link_libraries(vncviewer rfb network rdr os Xregion ${FLTK_LIBRARIES})