diff options
Diffstat (limited to 'src/fs/CMakeLists.txt')
| -rw-r--r-- | src/fs/CMakeLists.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/fs/CMakeLists.txt b/src/fs/CMakeLists.txt index 3ca33b8..4e2d1d6 100644 --- a/src/fs/CMakeLists.txt +++ b/src/fs/CMakeLists.txt @@ -6,5 +6,6 @@ endif() add_library(extfs ${LIBRARY_TYPE} - extfs.cpp + "extfs.cpp" + "detail/superblock.cpp" ) |
