diff options
Diffstat (limited to 'Converter')
-rw-r--r-- | Converter/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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 |