From ee66a3cd1df5f96d833bc0aa06eee9c82ae75182 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomasz=20W=C5=82ostowski?= Date: Mon, 19 Jan 2015 19:35:05 +0100 Subject: [PATCH] common: added WX_UNIT_INPUT to CMakeLists --- common/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/common/CMakeLists.txt b/common/CMakeLists.txt index 05822f5e35..29154361df 100644 --- a/common/CMakeLists.txt +++ b/common/CMakeLists.txt @@ -204,6 +204,7 @@ set( COMMON_SRCS worksheet.cpp wxwineda.cpp wxunittext.cpp + wx_unit_input.cpp xnode.cpp zoom.cpp )