diff options
author | DRC <dcommander@users.sourceforge.net> | 2010-10-27 07:20:27 +0000 |
---|---|---|
committer | DRC <dcommander@users.sourceforge.net> | 2010-10-27 07:20:27 +0000 |
commit | 180c0167b41bfcbfa33cd6a145ee0dc7b62505b2 (patch) | |
tree | ef4e2b196de5f2d3889a6a2fa98d4968eea9be6e /common/Xregion | |
parent | 7d5d536b73fb70a91a9e88a9bbcb75660caa695c (diff) | |
download | tigervnc-180c0167b41bfcbfa33cd6a145ee0dc7b62505b2.tar.gz tigervnc-180c0167b41bfcbfa33cd6a145ee0dc7b62505b2.zip |
CMake build system for Windows
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4171 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'common/Xregion')
-rw-r--r-- | common/Xregion/CMakeLists.txt | 2 | ||||
-rw-r--r-- | common/Xregion/Makefile.am | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/common/Xregion/CMakeLists.txt b/common/Xregion/CMakeLists.txt new file mode 100644 index 00000000..d12554c4 --- /dev/null +++ b/common/Xregion/CMakeLists.txt @@ -0,0 +1,2 @@ +add_library(Xregion STATIC + Region.c) diff --git a/common/Xregion/Makefile.am b/common/Xregion/Makefile.am index fb6a1c74..7ea4c80f 100644 --- a/common/Xregion/Makefile.am +++ b/common/Xregion/Makefile.am @@ -3,3 +3,5 @@ noinst_LTLIBRARIES = libXregion.la HDRS = region.h Xregion.h libXregion_la_SOURCES = $(HDRS) Region.c + +EXTRA_DIST = CMakeLists.txt |