added toml support

This commit is contained in:
Zastian Pretorius
2021-10-24 20:42:23 +02:00
parent 40adfa7ff0
commit 37ceee139d
3 changed files with 12558 additions and 53 deletions

View File

@@ -2,6 +2,7 @@ cmake_minimum_required(VERSION 3.17)
project(fsorter)
set(CMAKE_CXX_STANDARD 20)
include(FetchContent)
add_executable(fsorter main.cpp)
install(TARGETS ${PROJECT_NAME} DESTINATION bin)