diff options
author | archshift <admin@archshift.com> | 2014-05-20 00:19:36 +0200 |
---|---|---|
committer | archshift <admin@archshift.com> | 2014-05-20 00:19:36 +0200 |
commit | 403e4bf837c47c7e10dc006fafffea8c160c890f (patch) | |
tree | 40e17e39c19fbedd6903d4985950c23d785b27b7 /src/common | |
parent | Indent fixes (diff) | |
download | yuzu-403e4bf837c47c7e10dc006fafffea8c160c890f.tar yuzu-403e4bf837c47c7e10dc006fafffea8c160c890f.tar.gz yuzu-403e4bf837c47c7e10dc006fafffea8c160c890f.tar.bz2 yuzu-403e4bf837c47c7e10dc006fafffea8c160c890f.tar.lz yuzu-403e4bf837c47c7e10dc006fafffea8c160c890f.tar.xz yuzu-403e4bf837c47c7e10dc006fafffea8c160c890f.tar.zst yuzu-403e4bf837c47c7e10dc006fafffea8c160c890f.zip |
Diffstat (limited to 'src/common')
-rw-r--r-- | src/common/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/common/CMakeLists.txt b/src/common/CMakeLists.txt index 0027ae2b0..aae183393 100644 --- a/src/common/CMakeLists.txt +++ b/src/common/CMakeLists.txt @@ -19,7 +19,7 @@ set(SRCS break_points.cpp timer.cpp utf8.cpp) -set(HEADS atomic.h +set(HEADERS atomic.h atomic_gcc.h atomic_win32.h bit_field.h @@ -58,4 +58,4 @@ set(HEADS atomic.h timer.h utf8.h) -add_library(common STATIC ${SRCS} ${HEADS}) +add_library(common STATIC ${SRCS} ${HEADERS}) |