diff options
| author | 2020-02-04 15:06:23 -0400 | |
|---|---|---|
| committer | 2020-06-18 16:29:14 -0400 | |
| commit | bc266a9d98f38f6fd1006f1ca52bd57e6a7f37d3 (patch) | |
| tree | bd18475a7b939fa4a9a23538b7e1359fb7f11792 /src/common/CMakeLists.txt | |
| parent | Common: Implement a basic SpinLock class (diff) | |
| download | yuzu-bc266a9d98f38f6fd1006f1ca52bd57e6a7f37d3.tar.gz yuzu-bc266a9d98f38f6fd1006f1ca52bd57e6a7f37d3.tar.xz yuzu-bc266a9d98f38f6fd1006f1ca52bd57e6a7f37d3.zip | |
Common: Implement a basic Fiber class.
Diffstat (limited to 'src/common/CMakeLists.txt')
| -rw-r--r-- | src/common/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/common/CMakeLists.txt b/src/common/CMakeLists.txt index c8bf80372..554d6e253 100644 --- a/src/common/CMakeLists.txt +++ b/src/common/CMakeLists.txt | |||
| @@ -110,6 +110,8 @@ add_library(common STATIC | |||
| 110 | common_types.h | 110 | common_types.h |
| 111 | dynamic_library.cpp | 111 | dynamic_library.cpp |
| 112 | dynamic_library.h | 112 | dynamic_library.h |
| 113 | fiber.cpp | ||
| 114 | fiber.h | ||
| 113 | file_util.cpp | 115 | file_util.cpp |
| 114 | file_util.h | 116 | file_util.h |
| 115 | hash.h | 117 | hash.h |