From 8f64ef73b3b39191c66b202eea4299c36741ed15 Mon Sep 17 00:00:00 2001 From: Pierre Ossman Date: Tue, 8 Mar 2011 16:32:49 +0000 Subject: Get the Unix stuff to build using CMake. Based on a patch by Henrik Andersson. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4336 3789f03b-4d11-0410-bbf8-ca57d06f2519 --- unix/vncpasswd/CMakeLists.txt | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 unix/vncpasswd/CMakeLists.txt (limited to 'unix/vncpasswd/CMakeLists.txt') diff --git a/unix/vncpasswd/CMakeLists.txt b/unix/vncpasswd/CMakeLists.txt new file mode 100644 index 00000000..1125df25 --- /dev/null +++ b/unix/vncpasswd/CMakeLists.txt @@ -0,0 +1,6 @@ +include_directories(${CMAKE_SOURCE_DIR}/common) + +add_executable(vncpasswd + vncpasswd.cxx) + +target_link_libraries(vncpasswd tx rfb rdr os) -- cgit v1.2.3