Files
Lorenz-Attractor-OGL/conanfile.txt
2018-04-10 00:05:02 +01:00

15 lines
351 B
Plaintext

[requires]
SDL2/2.0.5@dotfloat/stable
glew/2.0.0@coding3d/stable
glm/0.9.7.6@dlarudgus20/stable
[options]
SDL2:shared=True
glew:shared=False
[generators]
cmake
[imports]
bin, *.dll -> ./bin # Copies all dll files from packages bin folder to my "bin" folder
lib, *.dylib* -> ./bin # Copies all dylib files from packages lib folder to my "bin" folder