Open TheRamBucket opened 1 year ago
By adding cmake to the project and providing the sdk headers + libs it allows you to have a fully self contained development enviorment and the option to use other ide's besides Visual Studios. Its been tested with Clion on windows 10.
Nice. instead of git submodule, could you use Cmake fetchcontent to download the external libs please ?
By adding cmake to the project and providing the sdk headers + libs it allows you to have a fully self contained development enviorment and the option to use other ide's besides Visual Studios. Its been tested with Clion on windows 10.