From 169a0cd6713e5b53c2807f6682fd68d0ff4cc556 Mon Sep 17 00:00:00 2001 From: Zhang Zhaolong Date: Thu, 27 Feb 2014 11:45:11 +0800 Subject: [PATCH] wfreerdp: floatbar: add files to CMakeLists. --- client/Windows/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/client/Windows/CMakeLists.txt b/client/Windows/CMakeLists.txt index d01b6b07f..1e5cab1d8 100644 --- a/client/Windows/CMakeLists.txt +++ b/client/Windows/CMakeLists.txt @@ -33,6 +33,8 @@ set(${MODULE_PREFIX}_SRCS wf_rail.h wf_interface.c wf_interface.h + wf_floatbar.c + wf_floatbar.h wfreerdp.rc resource.h)