index
:
blog
2015
2016
2017
2018
2019
gh-pages
master
redirect
My blog
Egor Tensin
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
std_call_once_bug
/
CMakeLists.txt
blob: 31d45de01fcabdefc3aadad0d9b636b574cc5cd6 (
plain
) (
blame
)
1
2
3
4
5
project(std_call_once_bug CXX) include(../common.cmake) add_executable(sample sample.cpp)