Skip to content

ZQF-Zut/Zut

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 

Repository files navigation

Zut

Cross-Platform Modern C++ Utility Library

Features

  • Modern C++ based
  • Cross-platform
  • UTF-8 support
  • Isolation platform related
  • Independence between modules

Modules

Usage

  • CMake

    please make sure that the cmake minimum required is greater than 3.20.

    ...
    include(FetchContent)
    
    FetchContent_Declare(
      ZxFile
      GIT_REPOSITORY https://github.com/ZQF-Zut/ZxFile.git
      GIT_TAG df311de7938fdd9ba7b3db185e2bb2e1c44166ca) # the commit hash
    
    FetchContent_MakeAvailable(ZxFile)
    ...
    target_link_libraries(hello_zut PRIVATE Zut::ZxFile)

About

My C++ Utility Library.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published