Add missing check to ItemPtr and instantiate FileStore32 in FS library
This commit is contained in:
4
deps/ox/src/ox/fs/test/CMakeLists.txt
vendored
4
deps/ox/src/ox/fs/test/CMakeLists.txt
vendored
@@ -25,6 +25,7 @@ target_link_libraries(
|
||||
OxFS
|
||||
OxStd
|
||||
OxTrace
|
||||
OxMetalClaw
|
||||
)
|
||||
|
||||
target_link_libraries(
|
||||
@@ -32,6 +33,7 @@ target_link_libraries(
|
||||
OxFS
|
||||
OxStd
|
||||
OxTrace
|
||||
OxMetalClaw
|
||||
)
|
||||
|
||||
target_link_libraries(
|
||||
@@ -39,6 +41,7 @@ target_link_libraries(
|
||||
OxFS
|
||||
OxStd
|
||||
OxTrace
|
||||
OxMetalClaw
|
||||
)
|
||||
|
||||
target_link_libraries(
|
||||
@@ -46,6 +49,7 @@ target_link_libraries(
|
||||
OxFS
|
||||
OxStd
|
||||
OxTrace
|
||||
OxMetalClaw
|
||||
)
|
||||
|
||||
add_test("FileStoreFormat" FileStoreFormat)
|
||||
|
Reference in New Issue
Block a user