From b00b5af1ec883883d4eb2018230c97d1ea7cd28c Mon Sep 17 00:00:00 2001 From: James Benton Date: Fri, 25 May 2018 17:35:07 +0100 Subject: [PATCH] wutstdc++: Add gthr-default.h to CMakeLists.txt --- libraries/wutstdc++/CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libraries/wutstdc++/CMakeLists.txt b/libraries/wutstdc++/CMakeLists.txt index 7506135..ee9f6fd 100644 --- a/libraries/wutstdc++/CMakeLists.txt +++ b/libraries/wutstdc++/CMakeLists.txt @@ -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)