Skip to content

hansen-audio/special-folders

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Special Folders

Introduction

Returns special folders on platforms Windows, macOS and Linux.

Getting Started

To clone and create the project, open a command prompt and proceed as follows:

Windows

git clone https://github.com/hansen-audio/special-folders.git
mkdir build
cd build
cmake ../special-folders
cmake --build .

macOS

git clone https://github.com/hansen-audio/special-folders.git
mkdir build
cd build
cmake -GXcode ../special-folders
cmake --build .

Linux

git clone https://github.com/hansen-audio/special-folders.git
mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Debug ../special-folders
cmake --build .

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors