aboutsummaryrefslogtreecommitdiffstatshomepage
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)