[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

@@ -2,11 +2,18 @@ cmake_minimum_required(VERSION 2.8)
add_library(
OxMetalClaw
defwriter.cpp
presencemask.cpp
read.cpp
write.cpp
)
target_link_libraries(
OxMetalClaw PUBLIC
OxStd
OxTrace
)
set_property(
TARGET
OxMetalClaw
@@ -16,6 +23,7 @@ set_property(
install(
FILES
defwriter.hpp
err.hpp
presencemask.hpp
read.hpp