summaryrefslogtreecommitdiff
path: root/src/common/CMakeLists.txt
diff options
context:
space:
mode:
authorGravatar wwylele2017-01-20 21:30:11 +0200
committerGravatar wwylele2017-03-01 23:30:57 +0200
commit8a8c0f348b0da4fd91c846211ede568a1f0f11c8 (patch)
treef80158deb9edba170bf73ddfe93326d02976ad09 /src/common/CMakeLists.txt
parentMerge pull request #2603 from wwylele/please-signal (diff)
downloadyuzu-8a8c0f348b0da4fd91c846211ede568a1f0f11c8.tar.gz
yuzu-8a8c0f348b0da4fd91c846211ede568a1f0f11c8.tar.xz
yuzu-8a8c0f348b0da4fd91c846211ede568a1f0f11c8.zip
Common: add ParamPackage
Diffstat (limited to 'src/common/CMakeLists.txt')
-rw-r--r--src/common/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/common/CMakeLists.txt b/src/common/CMakeLists.txt
index 8a6170257..13277a5c2 100644
--- a/src/common/CMakeLists.txt
+++ b/src/common/CMakeLists.txt
@@ -35,6 +35,7 @@ set(SRCS
35 memory_util.cpp 35 memory_util.cpp
36 microprofile.cpp 36 microprofile.cpp
37 misc.cpp 37 misc.cpp
38 param_package.cpp
38 scm_rev.cpp 39 scm_rev.cpp
39 string_util.cpp 40 string_util.cpp
40 symbols.cpp 41 symbols.cpp
@@ -66,6 +67,7 @@ set(HEADERS
66 memory_util.h 67 memory_util.h
67 microprofile.h 68 microprofile.h
68 microprofileui.h 69 microprofileui.h
70 param_package.h
69 platform.h 71 platform.h
70 quaternion.h 72 quaternion.h
71 scm_rev.h 73 scm_rev.h