adkandrin
Results
2
comments of
adkandrin
@aral-matrix, hello. I have the same question. I use the OpenSLX library, which is installed by the "cmake install" command. This command copies headers from the "OpenXLSX/headers" folder, but does...
@aral-matrix In the file "OpenXLSX/CMakeLists.txt" there is an instruction that copies headers from the "headers" folder: ``` file(GLOB OPENXLSX_HEADER_LIST ${CMAKE_CURRENT_LIST_DIR}/headers/*.hpp) install( FILES ${OPENXLSX_HEADER_LIST} DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/OpenXLSX/headers ) ``` I think you...