Pull in Ox as git subtree
This commit is contained in:
11
deps/ox/src/ox/mc/test/CMakeLists.txt
vendored
Normal file
11
deps/ox/src/ox/mc/test/CMakeLists.txt
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
cmake_minimum_required(VERSION 2.8)
|
||||
|
||||
add_executable(
|
||||
McTest
|
||||
tests.cpp
|
||||
)
|
||||
|
||||
target_link_libraries(McTest OxStd OxMetalClaw)
|
||||
|
||||
add_test("Test\\ McTest\\ Writer" McTest MetalClawWriter)
|
||||
add_test("Test\\ McTest\\ Reader" McTest MetalClawReader)
|
||||
Reference in New Issue
Block a user