mirror of https://github.com/JAJames/Jupiter.git
Jessica James
6 years ago
5 changed files with 12 additions and 3 deletions
@ -0,0 +1,3 @@ |
|||
mkdir vs17 |
|||
cd vs17 |
|||
cmake ..\.. -G "Visual Studio 15 2017" |
@ -1,4 +1,4 @@ |
|||
cmake_minimum_required(VERSION 3.8) |
|||
cmake_minimum_required(VERSION 3.0) |
|||
|
|||
# Setup source files |
|||
add_subdirectory(common) |
|||
|
Loading…
Reference in new issue