From 16fc9d9fccc54efb9b91f3e49820fec63fa6fb1f Mon Sep 17 00:00:00 2001 From: Gioacchino Mazzurco Date: Mon, 13 Dec 2021 18:42:28 +0100 Subject: [PATCH] Integrate python3 JSON API generator into libretroshare Add more options to CMake: Support for JSON API Support for forum deep index Fix bitdht CMake project name General CMake files improvements --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 2a996de..af35265 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -6,7 +6,7 @@ # SPDX-License-Identifier: CC0-1.0 cmake_minimum_required (VERSION 2.8.12) -project(libbitdht) +project(bitdht) file( GLOB BITDHT_SOURCES