OpenTLD
OpenTLD copied to clipboard
Compile without cmake
Hello, I am including this OpenTLD code on a project, and I would like to know if it is possible to compile this OpenTLD code without Cmake, just like the usual g++ ...... Someone knows if it's possible?
Thank you all
It certainly is possible, is there any specific reason why you want to do it?
It is just because I am using opentld on a project which I don't use cmake but a make file with the normal g++... And I would like to include all the files in this makefile