wutstdc++: Add gthr-default.h to CMakeLists.txt

This commit is contained in:
James Benton 2018-05-25 17:35:07 +01:00
parent a9abdd3e09
commit b00b5af1ec

View File

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