mirror of
https://github.com/wiiu-env/wut.git
synced 2025-01-07 12:08:15 +01:00
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…
Reference in New Issue
Block a user