This issue proposes adjusting the CMakeLists.txt in this project to enable the exporting and installation of targets using the cmake --install command. Aligning with the standard CMake project structure, this adjustment ensures that targets built in this project can be exported and installed to a specific directory. This modification facilitates the use of the project without the necessity of building it first.
This issue proposes adjusting the
CMakeLists.txtin this project to enable the exporting and installation of targets using thecmake --installcommand. Aligning with the standard CMake project structure, this adjustment ensures that targets built in this project can be exported and installed to a specific directory. This modification facilitates the use of the project without the necessity of building it first.