From 14c7f45cdae826f88dc539c8c38dd95caf305731 Mon Sep 17 00:00:00 2001 From: Maurus Cuelenaere Date: Fri, 11 Jul 2008 15:50:46 +0000 Subject: Add zook's ZenUtils to SVN git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18010 a1c6a512-1295-4272-9138-f99709370657 --- utils/zenutils/source/update_patch/CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 utils/zenutils/source/update_patch/CMakeLists.txt (limited to 'utils/zenutils/source/update_patch/CMakeLists.txt') diff --git a/utils/zenutils/source/update_patch/CMakeLists.txt b/utils/zenutils/source/update_patch/CMakeLists.txt new file mode 100755 index 0000000000..11474b7ff8 --- /dev/null +++ b/utils/zenutils/source/update_patch/CMakeLists.txt @@ -0,0 +1,3 @@ +ADD_EXECUTABLE(update_patch main.cpp) + +TARGET_LINK_LIBRARIES (update_patch shared) -- cgit v1.2.3