From cbb45d7c46dd3ef4060f16cc3d62dc37fd759909 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Tue, 30 May 2017 06:48:51 +0300 Subject: import std_call_once_bug/ from gh-pages I rewrote this repository's history completely in an attempt to organize things properly. One of those things is moving code to master. I couldn't figure out how to preserve the history though. Luckily, it's a very small code sample. --- std_call_once_bug/CMakeLists.txt | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 std_call_once_bug/CMakeLists.txt (limited to 'std_call_once_bug/CMakeLists.txt') diff --git a/std_call_once_bug/CMakeLists.txt b/std_call_once_bug/CMakeLists.txt new file mode 100644 index 0000000..31d45de --- /dev/null +++ b/std_call_once_bug/CMakeLists.txt @@ -0,0 +1,5 @@ +project(std_call_once_bug CXX) + +include(../common.cmake) + +add_executable(sample sample.cpp) -- cgit v1.2.3