diff options
| author | 2014-09-02 22:40:02 -0700 | |
|---|---|---|
| committer | 2014-09-02 22:40:02 -0700 | |
| commit | 4795a64fc8ff59fced28735e627deb7c3b4575ed (patch) | |
| tree | b8f6161609efdd649769624b649445923d24935c /src/common/CMakeLists.txt | |
| parent | Merge pull request #69 from yuriks/cmake-cleanup (diff) | |
| download | yuzu-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.txt | 3 |
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 | ||
| 25 | set(HEADERS | 25 | set(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 |