[ox/mc] Add def writer

This commit is contained in:
2019-02-11 05:59:33 +00:00
parent 96c56e2589
commit 75aeedb7b5
20 changed files with 468 additions and 17 deletions

View File

@@ -9,6 +9,14 @@ add_library(
filesystem/passthroughfs.cpp
)
target_link_libraries(
OxFS PUBLIC
c++fs
OxMetalClaw
OxStd
OxTrace
)
set_property(
TARGET
OxFS