summaryrefslogtreecommitdiff
path: root/src/common/CMakeLists.txt
diff options
context:
space:
mode:
authorGravatar archshift2014-09-02 22:40:02 -0700
committerGravatar archshift2014-09-02 22:40:02 -0700
commit4795a64fc8ff59fced28735e627deb7c3b4575ed (patch)
treeb8f6161609efdd649769624b649445923d24935c /src/common/CMakeLists.txt
parentMerge pull request #69 from yuriks/cmake-cleanup (diff)
downloadyuzu-4795a64fc8ff59fced28735e627deb7c3b4575ed.tar.gz
yuzu-4795a64fc8ff59fced28735e627deb7c3b4575ed.tar.xz
yuzu-4795a64fc8ff59fced28735e627deb7c3b4575ed.zip
Removed common/atomic, instead using std::atomic
Diffstat (limited to 'src/common/CMakeLists.txt')
-rw-r--r--src/common/CMakeLists.txt3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/common/CMakeLists.txt b/src/common/CMakeLists.txt
index f8a55c2a7..55a5f9eba 100644
--- a/src/common/CMakeLists.txt
+++ b/src/common/CMakeLists.txt
@@ -23,9 +23,6 @@ set(SRCS
23 ) 23 )
24 24
25set(HEADERS 25set(HEADERS
26 atomic.h
27 atomic_gcc.h
28 atomic_win32.h
29 bit_field.h 26 bit_field.h
30 break_points.h 27 break_points.h
31 chunk_file.h 28 chunk_file.h