mirror of
https://github.com/g-truc/glm.git
synced 2025-04-10 15:23:53 +00:00
Merge branch 'master' of https://github.com/g-truc/glm
This commit is contained in:
commit
0daef60d98
1 changed files with 2 additions and 2 deletions
|
@ -7,8 +7,8 @@ class TestGlm(ConanFile):
|
|||
|
||||
def build(self):
|
||||
cmake = CMake(self)
|
||||
self.run('cmake "%s" %s' % (self.conanfile_directory, cmake.command_line))
|
||||
self.run("cmake --build . %s" % cmake.build_config)
|
||||
cmake.configure()
|
||||
cmake.build()
|
||||
|
||||
def test(self):
|
||||
self.run(os.sep.join([".","bin", "testGlm"]))
|
||||
|
|
Loading…
Add table
Reference in a new issue