[ox/oc] Add OrganicClaw

This commit is contained in:
2020-04-07 21:54:56 -05:00
parent 8b74920270
commit 89854a584a
9 changed files with 818 additions and 0 deletions

12
deps/ox/src/ox/oc/test/CMakeLists.txt vendored Normal file
View File

@@ -0,0 +1,12 @@
add_executable(
OcTest
tests.cpp
)
target_link_libraries(
OcTest
OxOrganicClaw
)
add_test("Test\\ OcTest\\ Writer" OcTest OrganicClawWriter)
add_test("Test\\ OcTest\\ Reader" OcTest OrganicClawReader)