Skip to content

hansen-audio/special-folders

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

No packages published