Moved Dependency System to Conan

This commit is contained in:
Julian Nießner
2019-01-22 18:21:57 +01:00
parent 8160b13872
commit 48ee855bc9
4 changed files with 35 additions and 53 deletions

14
conanfile.txt Normal file
View File

@@ -0,0 +1,14 @@
[requires]
box2d/2.3.1@conan/stable
glm/0.9.9.1@g-truc/stable
EntityX/1.1.2@gulum/stable
freetype/2.9.0@bincrafters/stable
sdl2/2.0.9@bincrafters/stable
sdl2_image/2.0.4@bincrafters/stable
glew/2.1.0@bincrafters/stable
[generators]
cmake
[imports]
bin, *.dll -> ./bin # Copies all dll files from packages bin folder to my "./" folder