mirror of
https://github.com/wiiu-env/wut.git
synced 2025-01-08 12:30:39 +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)
|
project(wutstdc++ CXX)
|
||||||
|
|
||||||
add_library(wutstdc++
|
add_library(wutstdc++
|
||||||
thread.cc)
|
thread.cc
|
||||||
|
include/bits/gthr-default.h)
|
||||||
|
|
||||||
target_compile_definitions(wutstdc++
|
target_compile_definitions(wutstdc++
|
||||||
PRIVATE _GLIBCXX_HAS_GTHREADS)
|
PRIVATE _GLIBCXX_HAS_GTHREADS)
|
||||||
|
Loading…
Reference in New Issue
Block a user