diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2018-02-18 05:22:50 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2018-02-18 05:22:50 +0300 |
commit | b758cbb849bd93192bdf87743e9d15d86321c29e (patch) | |
tree | 19e78ba18bcba724455a4001a4567058b2e48645 /std_call_once_bug/README.md | |
parent | import std_call_once_bug/ from gh-pages (diff) | |
download | blog-b758cbb849bd93192bdf87743e9d15d86321c29e.tar.gz blog-b758cbb849bd93192bdf87743e9d15d86321c29e.zip |
rename (and repurpose) the repo
Diffstat (limited to '')
-rw-r--r-- | std_call_once_bug/README.md | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/std_call_once_bug/README.md b/std_call_once_bug/README.md index c42f191..176dda0 100644 --- a/std_call_once_bug/README.md +++ b/std_call_once_bug/README.md @@ -9,11 +9,10 @@ Building Create the build files using CMake and build using your native build tools (Visual Studio/make/etc.). -In the example below, the project directory is -"C:\workspace\personal\cpp-notes" and Visual Studio 2013 is used, targeting -x86. +In the example below, the project directory is "C:\workspace\personal\blog" +and Visual Studio 2013 is used, targeting x86. - > cmake -G "Visual Studio 12 2013" C:\workspace\personal\cpp-notes\std_call_once_bug + > cmake -G "Visual Studio 12 2013" C:\workspace\personal\blog\std_call_once_bug ... > cmake --build . --config release |