[ox/oc] Add OrganicClaw
This commit is contained in:
12
deps/ox/src/ox/oc/test/CMakeLists.txt
vendored
Normal file
12
deps/ox/src/ox/oc/test/CMakeLists.txt
vendored
Normal 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)
|
Reference in New Issue
Block a user