mirror of
https://github.com/mrfluffy-dev/fsorter.git
synced 2026-01-17 02:50:33 +00:00
added toml support
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user