assimp/code
Jean-Christophe Fillion-Robin 33a48c6ca6
cmake: Fix assimp target install rule fully specifying component
This commit ensures generated install rules for the assimp target are
all consistently associated with components named after LIBASSIMP_COMPONENT
or LIBASSIMP-DEV_COMPONENT CMake variables.

It streamlines the packaging of specific components of assimp in client
projects leveraging the CPACK_INSTALL_CMAKE_PROJECTS variable.

Failing to do so leads to "/path/to/assimp-build/code/cmake_install.cmake"
file having install rules associated with a component called "Unspecified".

See https://cmake.org/cmake/help/v3.10/command/install.html#installing-targets
and https://cmake.org/cmake/help/v3.22/module/CPack.html#variable:CPACK_INSTALL_CMAKE_PROJECTS
2022-02-17 05:47:34 -05:00
..
AssetLib Fix invalid initialization of constexpr. 2022-02-16 21:22:35 +01:00
CApi Update copyrights 2022-01-10 21:13:43 +01:00
Common Add missing flush modes supported by zlib 2022-02-14 20:51:06 +01:00
Material Update copyrights 2022-01-10 21:13:43 +01:00
Pbrt Update copyrights 2022-01-10 21:13:43 +01:00
PostProcessing Adapt ai_epsilon to code 2022-02-16 20:07:27 +01:00
res Updated copyright dates. 2020-01-20 08:53:12 -05:00
.editorconfig Implemented: Add editor config for source code 2015-06-28 15:50:57 -06:00
CMakeLists.txt cmake: Fix assimp target install rule fully specifying component 2022-02-17 05:47:34 -05:00