diff options
Diffstat (limited to '')
| -rw-r--r-- | src/common/CMakeLists.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/common/CMakeLists.txt b/src/common/CMakeLists.txt index 3447fabd8..a02696873 100644 --- a/src/common/CMakeLists.txt +++ b/src/common/CMakeLists.txt | |||
| @@ -17,6 +17,8 @@ endif () | |||
| 17 | include(GenerateSCMRev) | 17 | include(GenerateSCMRev) |
| 18 | 18 | ||
| 19 | add_library(common STATIC | 19 | add_library(common STATIC |
| 20 | address_space.cpp | ||
| 21 | address_space.h | ||
| 20 | algorithm.h | 22 | algorithm.h |
| 21 | alignment.h | 23 | alignment.h |
| 22 | announce_multiplayer_room.h | 24 | announce_multiplayer_room.h |
| @@ -81,6 +83,8 @@ add_library(common STATIC | |||
| 81 | microprofile.cpp | 83 | microprofile.cpp |
| 82 | microprofile.h | 84 | microprofile.h |
| 83 | microprofileui.h | 85 | microprofileui.h |
| 86 | multi_level_page_table.cpp | ||
| 87 | multi_level_page_table.h | ||
| 84 | nvidia_flags.cpp | 88 | nvidia_flags.cpp |
| 85 | nvidia_flags.h | 89 | nvidia_flags.h |
| 86 | page_table.cpp | 90 | page_table.cpp |