diff options
| author | 2021-12-25 20:27:52 +0100 | |
|---|---|---|
| committer | 2022-07-25 21:59:28 +0200 | |
| commit | 705f7db84dd85555a6aef1e136cf251725cef293 (patch) | |
| tree | e110c6482a11d711d18515afce4fc50adcee76e7 /src/common/CMakeLists.txt | |
| parent | network: Add initial files and enet dependency (diff) | |
| download | yuzu-705f7db84dd85555a6aef1e136cf251725cef293.tar.gz yuzu-705f7db84dd85555a6aef1e136cf251725cef293.tar.xz yuzu-705f7db84dd85555a6aef1e136cf251725cef293.zip | |
yuzu: Add ui files for multiplayer rooms
Diffstat (limited to 'src/common/CMakeLists.txt')
| -rw-r--r-- | src/common/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/CMakeLists.txt b/src/common/CMakeLists.txt index d574e4b79..05fdfea82 100644 --- a/src/common/CMakeLists.txt +++ b/src/common/CMakeLists.txt | |||
| @@ -41,6 +41,7 @@ add_custom_command(OUTPUT scm_rev.cpp | |||
| 41 | add_library(common STATIC | 41 | add_library(common STATIC |
| 42 | algorithm.h | 42 | algorithm.h |
| 43 | alignment.h | 43 | alignment.h |
| 44 | announce_multiplayer_room.h | ||
| 44 | assert.cpp | 45 | assert.cpp |
| 45 | assert.h | 46 | assert.h |
| 46 | atomic_helpers.h | 47 | atomic_helpers.h |