File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Copyright © 2025 CCP ehf.
22
33cmake_minimum_required (VERSION 3.30.1 )
4- project (resources VERSION 3.1.1 )
4+ project (resources VERSION 3.1.2 )
55
66include (cmake/CcpGlobalSettings.cmake )
77include (cmake/CcpTargetConfigurations.cmake )
@@ -157,11 +157,13 @@ if (CMAKE_PROJECT_NAME STREQUAL PROJECT_NAME)
157157
158158 install (
159159 EXPORT resourcesTarget
160- DESTINATION ${CMAKE_INSTALL_PREFIX} /share/resources
161- FILE resources.cmake)
160+ DESTINATION ${CMAKE_INSTALL_PREFIX} /share/carbon-resources
161+ FILE carbon-resources.cmake
162+ )
162163 install (
163- FILES resourcesConfig.cmake
164- DESTINATION ${CMAKE_INSTALL_PREFIX} /share/resources)
164+ FILES carbon-resourcesConfig.cmake
165+ DESTINATION ${CMAKE_INSTALL_PREFIX} /share/carbon-resources
166+ )
165167 endif ()
166168
167169endif ()
Original file line number Diff line number Diff line change 11include (CMakeFindDependencyMacro )
22
33# ${CMAKE_CURRENT_LIST_DIR}/project_name.cmake is generated automatically by cmake as part of the install step
4- include (${CMAKE_CURRENT_LIST_DIR} /resources.cmake )
4+ include (${CMAKE_CURRENT_LIST_DIR} /carbon- resources.cmake )
55
66# Please specify all of this projects transitive dependencies here
77# In order for a consuming cmake project system to locate any transitive dependencies of this project, they must be
You can’t perform that action at this time.
0 commit comments