diff options
author | Chris Robinson <[email protected]> | 2018-11-17 05:31:29 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2018-11-17 05:31:29 -0800 |
commit | 1fae8c16a8c0634ffa44b4a2e25f3be4899ea7e2 (patch) | |
tree | 622a682c96ec30cb08a11e6b4e6969daaaeeacf1 /CMakeLists.txt | |
parent | ccdaca80c910047e16f710d44f640a6d6f86a195 (diff) |
Convert threads.c to C++
Also vastly simplify and remove related code.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 768856df..79530117 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -764,12 +764,9 @@ SET(COMMON_OBJS common/atomic.h common/bool.h common/math_defs.h - common/rwlock.c - common/rwlock.h common/static_assert.h - common/threads.c + common/threads.cpp common/threads.h - common/uintmap.c common/uintmap.h ) SET(OPENAL_OBJS |