Combining catkin with premake4
Hey,
I have a library which uses premake4 for generating the makefiles. Is there a way to combine this in catkin, without writing the CMake files for the library? Worst case I can make the CMake files myself but I'd rather keep the library as-is.
Best regards, Hans