Skip to content

Commit 90b7670

Browse files
authored
Install LiteCoreFull target so that it is published (#2392)
At first Android will use it, but this can be expanded to all platforms to remove source dependency on LiteCore
1 parent bf25a54 commit 90b7670

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)