From cad5c55da75c8767c52ccd6bfabb29f60a0002ec Mon Sep 17 00:00:00 2001 From: Braden McDaniel Date: Fri, 1 Nov 2013 12:41:00 -0400 Subject: [PATCH] Move common doc files to root --- docs/AUTHORS => AUTHORS | 0 CMakeLists.txt | 6 ++++-- docs/COPYING => COPYING | 0 docs/README => README | 0 4 files changed, 4 insertions(+), 2 deletions(-) rename docs/AUTHORS => AUTHORS (100%) rename docs/COPYING => COPYING (100%) rename docs/README => README (100%) diff --git a/docs/AUTHORS b/AUTHORS similarity index 100% rename from docs/AUTHORS rename to AUTHORS diff --git a/CMakeLists.txt b/CMakeLists.txt index 25a699b..b985f1b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,3 +1,5 @@ +cmake_minimum_required(VERSION 2.8) + # The name of our project is "HELLO". CMakeLists files in this project can # refer to the root source directory of the project as ${HELLO_SOURCE_DIR} and # to the root binary directory of the project as ${HELLO_BINARY_DIR}. @@ -115,8 +117,8 @@ include (InstallRequiredSystemLibraries) set (CPACK_PACKAGE_NAME "friidump") set (CPACK_PACKAGE_DESCRIPTION_SUMMARY "Dump Nintendo GameCube/Wii discs") set (CPACK_PACKAGE_VENDOR "Arep") -set (CPACK_PACKAGE_DESCRIPTION_FILE "${CMAKE_CURRENT_SOURCE_DIR}/docs/README") -set (CPACK_RESOURCE_FILE_LICENSE "${CMAKE_CURRENT_SOURCE_DIR}/docs/COPYING") +set (CPACK_PACKAGE_DESCRIPTION_FILE "${CMAKE_CURRENT_SOURCE_DIR}/README") +set (CPACK_RESOURCE_FILE_LICENSE "${CMAKE_CURRENT_SOURCE_DIR}/COPYING") set (CPACK_PACKAGE_VERSION_MAJOR "0") set (CPACK_PACKAGE_VERSION_MINOR "3") set (CPACK_PACKAGE_VERSION_PATCH "0") diff --git a/docs/COPYING b/COPYING similarity index 100% rename from docs/COPYING rename to COPYING diff --git a/docs/README b/README similarity index 100% rename from docs/README rename to README