[ox/claw] Add Claw
This commit is contained in:
13
deps/ox/src/ox/claw/CMakeLists.txt
vendored
Normal file
13
deps/ox/src/ox/claw/CMakeLists.txt
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
|
||||
add_library(
|
||||
OxClaw
|
||||
read.cpp
|
||||
)
|
||||
|
||||
target_link_libraries(
|
||||
OxClaw
|
||||
OxMetalClaw
|
||||
OxOrganicClaw
|
||||
)
|
||||
|
||||
add_subdirectory(test)
|
Reference in New Issue
Block a user