This file adds support for using fmt library defining a custom namespace in your code to avoid conflicting with other fmt library versions or 'encapsulate' the implementation you are using inside another namespace.
22 lines
234 B
Plaintext
22 lines
234 B
Plaintext
bin/
|
|
/_CPack_Packages
|
|
/doc/doxyxml
|
|
/doc/html
|
|
virtualenv
|
|
/Testing
|
|
/install_manifest.txt
|
|
*~
|
|
*.a
|
|
*.so*
|
|
*.zip
|
|
cmake_install.cmake
|
|
CPack*.cmake
|
|
fmt-*.cmake
|
|
CTestTestfile.cmake
|
|
CMakeCache.txt
|
|
CMakeFiles
|
|
Makefile
|
|
run-msbuild.bat
|
|
.vs
|
|
.vscode
|