diff options
| author | bunnei <bunneidev@gmail.com> | 2018-12-27 11:15:34 -0500 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-12-27 11:15:34 -0500 | 
| commit | 795335af0f37ce25da3c3ca8eeab62c50f87d366 (patch) | |
| tree | 48bde2f34a4e9c87dc96f83bfbeeeee96b72b9e6 /src/common/CMakeLists.txt | |
| parent | fa9acc26d95803992ef2d6dab731f0301adec08a (diff) | |
| parent | 002ae08bbd3e5e851d8a682203462efbcf59e3dd (diff) | |
Merge pull request #1928 from lioncash/caps
kernel: Handle kernel capability descriptors
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 a5e71d879..845626fc5 100644 --- a/src/common/CMakeLists.txt +++ b/src/common/CMakeLists.txt @@ -44,6 +44,7 @@ add_library(common STATIC      detached_tasks.cpp      detached_tasks.h      bit_field.h +    bit_util.h      cityhash.cpp      cityhash.h      color.h | 
