[ox/claw] Add Claw

This commit is contained in:
2020-05-06 20:38:06 -05:00
parent 9560ccf476
commit e2952ec8c1
14 changed files with 493 additions and 9 deletions

13
deps/ox/src/ox/claw/CMakeLists.txt vendored Normal file
View File

@@ -0,0 +1,13 @@
add_library(
OxClaw
read.cpp
)
target_link_libraries(
OxClaw
OxMetalClaw
OxOrganicClaw
)
add_subdirectory(test)