I built everything from a separate folder, namely, build.
I had to add the link libraries for allegro in the file
Code: Select all
rts/CMakeFiles/spring.dir/link.txtCode: Select all
allegro-config --libsCode: Select all
-L/usr/lib64 -Wl,--export-dynamic -lalleg-4.2.2 -lalleg_unsharableI don't really know how to create CMake files, but I believe it would be a small patch to correct the above, given the user has the allegro development files in his computer (and specially allegro-config). In systems where this isn't needed it would do no harm after all
