1
0
Fork 0
mirror of https://github.com/TheLartians/ModernCppStarter.git synced 2025-09-03 23:50:53 +02:00

make it useable for me

extent cmake-format config file
use package-lock too
This commit is contained in:
ClausKlein 2021-02-12 22:53:26 +01:00
parent d4c654f026
commit 47fa7c6933
14 changed files with 225 additions and 29 deletions

24
package-lock.cmake Normal file
View file

@ -0,0 +1,24 @@
# 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"
)