stduuid/build
2017-12-19 11:53:42 +02:00
..
.gitignore nil instead of is_nil 2017-12-18 14:23:52 +02:00
readme.txt std::byte instead of uint_8, constructors 2017-12-19 11:53:42 +02:00

Create a project from this folder by running the command:

Windows

   cmake -G "Visual Studio 15 2017" [arch] ..

where arch is an optional parameter and can be Win64 or ARM. Without one specified, x86 target
Mac

   cmake -G Xcode ..

If you don't have CMake installed you can get it from https://cmake.org/