mirror of
https://github.com/TheLartians/ModernCppStarter.git
synced 2025-09-01 06:30:52 +02:00
24 lines
366 B
CMake
24 lines
366 B
CMake
# CPM Package Lock This file should be committed to version control
|
|
|
|
# PackageProject.cmake
|
|
CPMDeclarePackage(
|
|
PackageProject.cmake
|
|
NAME
|
|
PackageProject.cmake
|
|
VERSION
|
|
1.4.1
|
|
GITHUB_REPOSITORY
|
|
TheLartians/PackageProject.cmake
|
|
)
|
|
# fmt
|
|
CPMDeclarePackage(
|
|
fmt
|
|
NAME
|
|
fmt
|
|
GIT_TAG
|
|
7.1.3
|
|
GITHUB_REPOSITORY
|
|
fmtlib/fmt
|
|
OPTIONS
|
|
"FMT_INSTALL YES"
|
|
)
|