aboutsummaryrefslogtreecommitdiff
path: root/src/core/CMakeLists.txt
diff options
context:
space:
mode:
authorshinyquagsire23 <mtinc2@gmail.com>2018-04-16 04:29:15 -0600
committershinyquagsire23 <mtinc2@gmail.com>2018-04-16 04:36:25 -0600
commitc03795300a2d9fa4539fb840dca5b2579984bc7f (patch)
tree94f9d66d4d98edd9e770e030d291a144972abcf8 /src/core/CMakeLists.txt
parent44e09ba8076a31dca0da4a84104c8e4d12827cb0 (diff)
file_sys: Add HFS/PFS helper component
Diffstat (limited to 'src/core/CMakeLists.txt')
-rw-r--r--src/core/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt
index 9877b83fe..c1a645460 100644
--- a/src/core/CMakeLists.txt
+++ b/src/core/CMakeLists.txt
@@ -12,6 +12,8 @@ add_library(core STATIC
file_sys/errors.h
file_sys/filesystem.cpp
file_sys/filesystem.h
+ file_sys/partition_filesystem.cpp
+ file_sys/partition_filesystem.h
file_sys/path_parser.cpp
file_sys/path_parser.h
file_sys/program_metadata.cpp