mirror of
https://github.com/devkitPro/wut.git
synced 2026-09-07 10:45:36 -05:00
wutstdc++: Add gthr-default.h to CMakeLists.txt
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user