Ejemplo n.º 1
0
 def build(self):
     default_cmake_build('src/', 'build/')
Ejemplo n.º 2
0
 def build(self):
     # get luajit2 include dir from generator
     lua_include_dir = self.generator.include_dirs[0] # only one dependency so first index
     default_cmake_build('src/', 'build/', '-DLUA_INCLUDE_DIR="%s"' % lua_include_dir)
Ejemplo n.º 3
0
 def build(self):
     default_cmake_build('src/', 'build/', '-DGLAD_PROFILE="%s"' % self.settings["profile"])
Ejemplo n.º 4
0
 def build(self):
     default_cmake_build('src/glfw-%s' % self.version, 'build/')
Ejemplo n.º 5
0
 def build(self):
     default_cmake_build('src/', 'build/',
                         '-DGLAD_PROFILE="%s"' % self.settings["profile"])