Moved Dependency System to Conan
This commit is contained in:
14
conanfile.txt
Normal file
14
conanfile.txt
Normal 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
|
||||
Reference in New Issue
Block a user