From a2bddb7b40960b3a8680afa0ab31e99d204dece1 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Wed, 7 May 2014 19:16:49 -0700 Subject: Move RWLock and UIntMap implementations to common This should make the code in common completely self-reliant. --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index e6e0761e..aae35f5f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -499,7 +499,9 @@ ENDIF() SET(COMMON_OBJS common/atomic.c + common/rwlock.c common/threads.c + common/uintmap.c ) SET(OPENAL_OBJS OpenAL32/alAuxEffectSlot.c OpenAL32/alBuffer.c -- cgit v1.2.3