Skip to content

Andersama/file-cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

file-cpp

A single header file that includes file parsing functions.

To include in your project with cmake:

include(FetchContent)

FetchContent_Declare(
    file_cpp
    GIT_REPOSITORY https://github.com/Andersama/file-cpp.git
    GIT_SHALLOW TRUE
    GIT_TAG master
)

FetchContent_MakeAvailable(file_cpp)
include_directories(${file_cpp_SOURCE_DIR}/)

About

File path parsing utilities

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published