From 9cec869268461cb7cb2d7a94637e2f2e2c3ee901 Mon Sep 17 00:00:00 2001 From: dx Date: Fri, 22 May 2020 21:14:24 +0100 Subject: ~project name converter -> mdhtml --- Converter/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Converter') diff --git a/Converter/CMakeLists.txt b/Converter/CMakeLists.txt index 1057424..2c1416a 100644 --- a/Converter/CMakeLists.txt +++ b/Converter/CMakeLists.txt @@ -1,7 +1,7 @@ ## Metadata cmake_minimum_required(VERSION 3.10.2) -set(THIS converter) # Name of project +set(THIS mdhtml) # Name of project project(${THIS} C) set(CMAKE_C_COMPILER clang) # compiler -- cgit v1.2.3-13-gbd6f