summaryrefslogtreecommitdiff
path: root/src/common/CMakeLists.txt
diff options
context:
space:
mode:
authorGravatar Yuri Kunde Schlesner2014-11-02 17:34:14 -0200
committerGravatar Yuri Kunde Schlesner2014-12-13 01:59:51 -0200
commit04b1f2936c606313ee28b505ec7cdcb81875cd8d (patch)
tree2db415f3a63a9ff297a09e29258d1982dc34350d /src/common/CMakeLists.txt
parentdoxygen: Enable EXTRACT_ALL so that Doxygen identifies namespaces (diff)
downloadyuzu-04b1f2936c606313ee28b505ec7cdcb81875cd8d.tar.gz
yuzu-04b1f2936c606313ee28b505ec7cdcb81875cd8d.tar.xz
yuzu-04b1f2936c606313ee28b505ec7cdcb81875cd8d.zip
Add SCOPE_EXIT macro to conveniently execute cleanup actions
Diffstat (limited to 'src/common/CMakeLists.txt')
-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 9d5a90762..1dbc5db21 100644
--- a/src/common/CMakeLists.txt
+++ b/src/common/CMakeLists.txt
@@ -51,6 +51,7 @@ set(HEADERS
51 msg_handler.h 51 msg_handler.h
52 platform.h 52 platform.h
53 scm_rev.h 53 scm_rev.h
54 scope_exit.h
54 string_util.h 55 string_util.h
55 swap.h 56 swap.h
56 symbols.h 57 symbols.h