summaryrefslogtreecommitdiff
path: root/src/common
diff options
context:
space:
mode:
authorGravatar archshift2014-05-16 23:39:27 -0700
committerGravatar archshift2014-05-16 23:39:27 -0700
commitc1394650ff0ab1859b93505771e14c9afdb8aeb3 (patch)
tree304c106aacc93c9f18f77a282526af329b4f7542 /src/common
parentMerge remote-tracking branch 'upstream/master' into issue-7-fix (diff)
downloadyuzu-c1394650ff0ab1859b93505771e14c9afdb8aeb3.tar.gz
yuzu-c1394650ff0ab1859b93505771e14c9afdb8aeb3.tar.xz
yuzu-c1394650ff0ab1859b93505771e14c9afdb8aeb3.zip
Updated cmakelists
Diffstat (limited to 'src/common')
-rw-r--r--src/common/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/CMakeLists.txt b/src/common/CMakeLists.txt
index ae2331070..0027ae2b0 100644
--- a/src/common/CMakeLists.txt
+++ b/src/common/CMakeLists.txt
@@ -22,6 +22,7 @@ set(SRCS break_points.cpp
22set(HEADS atomic.h 22set(HEADS atomic.h
23 atomic_gcc.h 23 atomic_gcc.h
24 atomic_win32.h 24 atomic_win32.h
25 bit_field.h
25 break_points.h 26 break_points.h
26 chunk_file.h 27 chunk_file.h
27 common_funcs.h 28 common_funcs.h