You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Lorenz-Attractor-OGL/conanfile.txt

15 lines
351 B

7 years ago
[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