diff --git a/deps/ox/src/ox/claw/CMakeLists.txt b/deps/ox/src/ox/claw/CMakeLists.txt index 14d81e069..4c13e5b07 100644 --- a/deps/ox/src/ox/claw/CMakeLists.txt +++ b/deps/ox/src/ox/claw/CMakeLists.txt @@ -16,16 +16,16 @@ target_link_libraries( $<$:OxOrganicClaw> ) -if(OX_USE_STDLIB) - add_executable( - readclaw - readclaw.cpp - ) - target_link_libraries( - readclaw PUBLIC - OxClaw - ) -endif() +#if(OX_USE_STDLIB) +# add_executable( +# readclaw +# readclaw.cpp +# ) +# target_link_libraries( +# readclaw PUBLIC +# OxClaw +# ) +#endif() install(TARGETS OxClaw LIBRARY DESTINATION lib