[ox/mc] Add def writer
This commit is contained in:
8
deps/ox/src/ox/mc/CMakeLists.txt
vendored
8
deps/ox/src/ox/mc/CMakeLists.txt
vendored
@@ -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
|
||||
|
Reference in New Issue
Block a user