MCPcopy Create free account
hub / github.com/brainflow-dev/brainflow / VS2017

Class VS2017

tools/build.py:82–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80
81
82class VS2017(Generator):
83
84 def __init__(self):
85 super(VS2017, self).__init__(5)
86
87 def get_generator(self):
88 return 'Visual Studio 15 2017 Win64'
89
90 def get_arch(self):
91 return None
92
93 def get_sdk_version(self):
94 return '8.1'
95
96
97def get_win_generators():

Callers 1

get_win_generatorsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected