aboutsummaryrefslogtreecommitdiff
path: root/project
diff options
context:
space:
mode:
authormontellese <montellese@xbmc.org>2014-07-21 10:00:47 +0200
committermontellese <montellese@xbmc.org>2014-07-30 11:16:00 +0200
commit18a30b7f1f530ffc817246371aca693af0641519 (patch)
tree0b32a59b8334df1d9591615964e964f9263b0047 /project
parenta3741f5f744877d15b930554b07b473006221e07 (diff)
cmake: rename AddOptions.cmake to addoptions.cmake and moved the cmake scripts into project/cmake/scripts
Diffstat (limited to 'project')
-rw-r--r--project/cmake/scripts/common/addoptions.cmake (renamed from project/cmake/AddOptions.cmake)0
-rw-r--r--project/cmake/scripts/common/xbmc-addon-helpers.cmake (renamed from project/cmake/xbmc-addon-helpers.cmake)2
-rw-r--r--project/cmake/scripts/windows/xbmc-c-flag-overrides.cmake (renamed from project/cmake/xbmc-c-flag-overrides.cmake)0
-rw-r--r--project/cmake/scripts/windows/xbmc-cxx-flag-overrides.cmake (renamed from project/cmake/xbmc-cxx-flag-overrides.cmake)0
4 files changed, 1 insertions, 1 deletions
diff --git a/project/cmake/AddOptions.cmake b/project/cmake/scripts/common/addoptions.cmake
index 0ebb823666..0ebb823666 100644
--- a/project/cmake/AddOptions.cmake
+++ b/project/cmake/scripts/common/addoptions.cmake
diff --git a/project/cmake/xbmc-addon-helpers.cmake b/project/cmake/scripts/common/xbmc-addon-helpers.cmake
index d62598bcc0..130582afea 100644
--- a/project/cmake/xbmc-addon-helpers.cmake
+++ b/project/cmake/scripts/common/xbmc-addon-helpers.cmake
@@ -77,7 +77,7 @@ function (xbmc_find_path var_name filename search_path strip_file)
endfunction()
# Cmake build options
-include(AddOptions)
+include(addoptions)
include(TestCXXAcceptsFlag)
OPTION(PACKAGE_ZIP "Package Zip file?" OFF)
OPTION(PACKAGE_TGZ "Package TGZ file?" OFF)
diff --git a/project/cmake/xbmc-c-flag-overrides.cmake b/project/cmake/scripts/windows/xbmc-c-flag-overrides.cmake
index ab19701707..ab19701707 100644
--- a/project/cmake/xbmc-c-flag-overrides.cmake
+++ b/project/cmake/scripts/windows/xbmc-c-flag-overrides.cmake
diff --git a/project/cmake/xbmc-cxx-flag-overrides.cmake b/project/cmake/scripts/windows/xbmc-cxx-flag-overrides.cmake
index ad3a0908ef..ad3a0908ef 100644
--- a/project/cmake/xbmc-cxx-flag-overrides.cmake
+++ b/project/cmake/scripts/windows/xbmc-cxx-flag-overrides.cmake