quickjs-tart

quickjs-based runtime for wallet-core logic
Log | Files | Refs | README | LICENSE

commit 3f454885bd9d1eec7b0b7cc75b5f24f9416ef4ff
parent 97a06a7c91a7c85b3baeeb13477e4dfb2d12075b
Author: Florian Dold <florian@dold.me>
Date:   Fri, 16 Dec 2022 15:18:53 +0100

wip

Diffstat:
MCMakeLists.txt | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt @@ -42,3 +42,6 @@ add_library(talerwalletcore SHARED libtalerwalletcore.c) target_link_libraries(talerwalletcore "-pie -Wl,-E") set_property(TARGET talerwalletcore PROPERTY POSITION_INDEPENDENT_CODE TRUE) + +add_subdirectory(thirdparty/mbedtls) +add_subdirectory(thirdparty/curl)