[ox/mc] Fix build issues encountered when using MetalClawDefWriter

This commit is contained in:
2019-02-28 23:11:27 -06:00
parent 652b603ec6
commit 21f5a34b75
7 changed files with 120 additions and 115 deletions

View File

@@ -1,5 +1,7 @@
add_library(
OxMetalClaw
defread.cpp
deftypes.cpp
defwriter.cpp
presencemask.cpp
read.cpp
@@ -20,6 +22,7 @@ set_property(
install(
FILES
defread.hpp
deftypes.hpp
defwriter.hpp
err.hpp
@@ -27,7 +30,7 @@ install(
presencemask.hpp
read.hpp
types.hpp
walker.cpp
walker.hpp
write.hpp
DESTINATION
include/ox/mc