[ox/claw] Make Claw build in GBA builds, only without OC

This commit is contained in:
2021-03-02 23:38:43 -06:00
parent 5d5917566f
commit dde4fb017e
4 changed files with 11 additions and 3 deletions

View File

@@ -8,7 +8,9 @@ add_library(
target_link_libraries(
OxClaw PUBLIC
OxMetalClaw
OxOrganicClaw
$<$<BOOL:OX_USE_STDLIB>:OxOrganicClaw>
)
add_subdirectory(test)
if(OX_RUN_TESTS)
add_subdirectory(test)
endif()