This website requires JavaScript.
Explore
Help
Sign In
tqcq
/
CPM.cmake
Watch
0
Star
0
Fork
0
You've already forked CPM.cmake
mirror of
https://github.com/cpm-cmake/CPM.cmake.git
synced
2025-11-17 22:58:14 -05:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
v0.34.0
CPM.cmake
/
examples
/
fmt
/
main.cpp
7 lines
91 B
C++
Raw
Permalink
Normal View
History
Unescape
Escape
Add fmt example and document version from git tag (#100) * add VERSION_PREFIX argument * add fmt example * add VERSION_PREFIX note to readme * rollback, add info about determining version from git tag * rollback version
2020-03-16 20:00:30 +01:00
#
include
<fmt/format.h>
Apply clang-format and cmake-format and add style check workflow (#171) * apply clang-format and cmake-format and add style check workflow * add declare package definition * add additional public methods and rename internals * change development verison tag to 1.0.0 * rename internal method * rename public method * rename test var * update copyright and fix comment * typo * run fix-format * fix test function names
2021-01-06 14:40:33 +01:00
int
main
(
)
{
Add fmt example and document version from git tag (#100) * add VERSION_PREFIX argument * add fmt example * add VERSION_PREFIX note to readme * rollback, add info about determining version from git tag * rollback version
2020-03-16 20:00:30 +01:00
fmt
:
:
print
(
"
Hello, {}!
\n
"
,
"
world
"
)
;
return
0
;
}
Reference in New Issue
Copy Permalink