hyporo-cpp/cmake/external/openxlsx.cmake
2023-04-10 22:01:56 +05:00

9 lines
217 B
CMake

CPMAddPackage(
NAME OpenXLSX
GIT_REPOSITORY https://github.com/troldal/OpenXLSX.git
GIT_TAG b80da42d1454f361c29117095ebe1989437db390
#EXCLUDE_FROM_ALL ON
)
set(OPENXLSX_LIBRARY_TYPE "STATIC")