diff --git a/CMakeLists.txt b/CMakeLists.txt index ed2e3747..45ce2e03 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -201,6 +201,6 @@ add_custom_command( ${CMAKE_CURRENT_SOURCE_DIR}/build/resources/UDevRules/99-bloom.rules ) -include(./Installing.cmake) +include(./cmake/Installing.cmake) -include(./Packaging.cmake) +include(./cmake/Packaging.cmake) diff --git a/Installing.cmake b/cmake/Installing.cmake similarity index 100% rename from Installing.cmake rename to cmake/Installing.cmake diff --git a/PackageGeneratorConfig.cmake b/cmake/PackageGeneratorConfig.cmake similarity index 100% rename from PackageGeneratorConfig.cmake rename to cmake/PackageGeneratorConfig.cmake diff --git a/Packaging.cmake b/cmake/Packaging.cmake similarity index 96% rename from Packaging.cmake rename to cmake/Packaging.cmake index e669b3ea..80e4328f 100644 --- a/Packaging.cmake +++ b/cmake/Packaging.cmake @@ -20,7 +20,7 @@ # NOTE: The above commands assume Bloom has been built in 'release' mode, and the install target has been run. configure_file( - "${PROJECT_SOURCE_DIR}/PackageGeneratorConfig.cmake" + "${PROJECT_SOURCE_DIR}/cmake/PackageGeneratorConfig.cmake" "${PROJECT_BINARY_DIR}/PackageGeneratorConfig.cmake" )