summaryrefslogtreecommitdiff
path: root/src/common/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/CMakeLists.txt')
-rw-r--r--src/common/CMakeLists.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/common/CMakeLists.txt b/src/common/CMakeLists.txt
index 566695fde..a6dc31b53 100644
--- a/src/common/CMakeLists.txt
+++ b/src/common/CMakeLists.txt
@@ -1,3 +1,6 @@
1# SPDX-FileCopyrightText: 2018 yuzu Emulator Project
2# SPDX-License-Identifier: GPL-2.0-or-later
3
1if (DEFINED ENV{AZURECIREPO}) 4if (DEFINED ENV{AZURECIREPO})
2 set(BUILD_REPOSITORY $ENV{AZURECIREPO}) 5 set(BUILD_REPOSITORY $ENV{AZURECIREPO})
3endif() 6endif()
@@ -41,8 +44,10 @@ add_custom_command(OUTPUT scm_rev.cpp
41add_library(common STATIC 44add_library(common STATIC
42 algorithm.h 45 algorithm.h
43 alignment.h 46 alignment.h
47 announce_multiplayer_room.h
44 assert.cpp 48 assert.cpp
45 assert.h 49 assert.h
50 atomic_helpers.h
46 atomic_ops.h 51 atomic_ops.h
47 detached_tasks.cpp 52 detached_tasks.cpp
48 detached_tasks.h 53 detached_tasks.h
@@ -64,6 +69,7 @@ add_library(common STATIC
64 expected.h 69 expected.h
65 fiber.cpp 70 fiber.cpp
66 fiber.h 71 fiber.h
72 fixed_point.h
67 fs/file.cpp 73 fs/file.cpp
68 fs/file.h 74 fs/file.h
69 fs/fs.cpp 75 fs/fs.cpp
@@ -109,6 +115,7 @@ add_library(common STATIC
109 parent_of_member.h 115 parent_of_member.h
110 point.h 116 point.h
111 quaternion.h 117 quaternion.h
118 reader_writer_queue.h
112 ring_buffer.h 119 ring_buffer.h
113 scm_rev.cpp 120 scm_rev.cpp
114 scm_rev.h 121 scm_rev.h