[ox] Get rid of ox subdirectory in lib install path
This commit is contained in:
7
deps/ox/src/ox/claw/CMakeLists.txt
vendored
7
deps/ox/src/ox/claw/CMakeLists.txt
vendored
@@ -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()
|
||||
|
Reference in New Issue
Block a user