[ox] Get rid of ox subdirectory in lib install path

This commit is contained in:
2023-04-19 20:45:18 -05:00
parent fddc6c2d04
commit 546ce9b253
12 changed files with 45 additions and 32 deletions

View File

@@ -12,6 +12,11 @@ target_link_libraries(
$<$<BOOL:${OX_USE_STDLIB}>:OxOrganicClaw>
)
install(TARGETS OxClaw
LIBRARY DESTINATION lib
ARCHIVE DESTINATION lib
)
if(OX_RUN_TESTS)
add_subdirectory(test)
endif()
endif()