From ca5bb76d2b8f65aa97e50b633f828c1deb241526 Mon Sep 17 00:00:00 2001 From: Nicolas Pennequin Date: Fri, 11 Jul 2008 16:51:25 +0000 Subject: Delete the svn:executable property and set svn:eol-style to native for all those text files. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18012 a1c6a512-1295-4272-9138-f99709370657 --- utils/zenutils/source/shared/CMakeLists.txt | 32 ++++++++++++++--------------- 1 file changed, 16 insertions(+), 16 deletions(-) mode change 100755 => 100644 utils/zenutils/source/shared/CMakeLists.txt (limited to 'utils/zenutils/source/shared/CMakeLists.txt') diff --git a/utils/zenutils/source/shared/CMakeLists.txt b/utils/zenutils/source/shared/CMakeLists.txt old mode 100755 new mode 100644 index 2e42dbbe74..751257f64f --- a/utils/zenutils/source/shared/CMakeLists.txt +++ b/utils/zenutils/source/shared/CMakeLists.txt @@ -1,16 +1,16 @@ -PROJECT(shared) - -# source files for shared -SET(shared_srcs - cenc.cpp - crypt.cpp - file.cpp - firmware.cpp - pe.cpp - updater.cpp - utils.cpp -) - -ADD_LIBRARY(shared ${shared_srcs}) -TARGET_LINK_LIBRARIES(shared pelib) -TARGET_LINK_LIBRARIES(shared zlib) +PROJECT(shared) + +# source files for shared +SET(shared_srcs + cenc.cpp + crypt.cpp + file.cpp + firmware.cpp + pe.cpp + updater.cpp + utils.cpp +) + +ADD_LIBRARY(shared ${shared_srcs}) +TARGET_LINK_LIBRARIES(shared pelib) +TARGET_LINK_LIBRARIES(shared zlib) -- cgit v1.2.3