Skip to content

Commit c8b3bd9

Browse files
committed
Install LiteCoreFull target so that it is published
At first Android will use it, but this can be expanded to all platforms to remove source dependency on LiteCore
1 parent bc64a4d commit c8b3bd9

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

CMakeLists.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -478,6 +478,14 @@ if(LITECORE_BUILD_STATIC)
478478
mbedx509
479479
CouchbaseSqlite3
480480
)
481+
482+
install(
483+
TARGETS LiteCoreFull
484+
RUNTIME DESTINATION bin
485+
LIBRARY DESTINATION lib
486+
ARCHIVE DESTINATION lib
487+
OPTIONAL
488+
)
481489
endif()
482490

483491
### TESTS:

0 commit comments

Comments
 (0)