wutstdc++: Add gthr-default.h to CMakeLists.txt
This commit is contained in:
parent
a9abdd3e09
commit
b00b5af1ec
@ -2,7 +2,8 @@ cmake_minimum_required(VERSION 3.2)
|
||||
project(wutstdc++ CXX)
|
||||
|
||||
add_library(wutstdc++
|
||||
thread.cc)
|
||||
thread.cc
|
||||
include/bits/gthr-default.h)
|
||||
|
||||
target_compile_definitions(wutstdc++
|
||||
PRIVATE _GLIBCXX_HAS_GTHREADS)
|
||||
|
Loading…
x
Reference in New Issue
Block a user