Returns special folders on platforms Windows, macOS and Linux.
To clone and create the project, open a command prompt and proceed as follows:
git clone https://github.com/hansen-audio/special-folders.git
mkdir build
cd build
cmake ../special-folders
cmake --build .
git clone https://github.com/hansen-audio/special-folders.git
mkdir build
cd build
cmake -GXcode ../special-folders
cmake --build .
git clone https://github.com/hansen-audio/special-folders.git
mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Debug ../special-folders
cmake --build .