Moved CMake files to cmake dir
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
@@ -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"
|
||||||
)
|
)
|
||||||
|
|
||||||
Reference in New Issue
Block a user