Moved CMake files to cmake dir

This commit is contained in:
Nav
2022-05-08 19:57:20 +01:00
parent a9fa9ae33c
commit 67628e738a
4 changed files with 3 additions and 3 deletions

View File

@@ -201,6 +201,6 @@ add_custom_command(
${CMAKE_CURRENT_SOURCE_DIR}/build/resources/UDevRules/99-bloom.rules ${CMAKE_CURRENT_SOURCE_DIR}/build/resources/UDevRules/99-bloom.rules
) )
include(./Installing.cmake) include(./cmake/Installing.cmake)
include(./Packaging.cmake) include(./cmake/Packaging.cmake)

View File

@@ -20,7 +20,7 @@
# NOTE: The above commands assume Bloom has been built in 'release' mode, and the install target has been run. # NOTE: The above commands assume Bloom has been built in 'release' mode, and the install target has been run.
configure_file( configure_file(
"${PROJECT_SOURCE_DIR}/PackageGeneratorConfig.cmake" "${PROJECT_SOURCE_DIR}/cmake/PackageGeneratorConfig.cmake"
"${PROJECT_BINARY_DIR}/PackageGeneratorConfig.cmake" "${PROJECT_BINARY_DIR}/PackageGeneratorConfig.cmake"
) )