altmp / altv-client-js

Official clientside JavaScript runtime for alt:V
6 stars 7 forks source link

Add build script #50

Closed LeonMrBonnie closed 3 years ago

LeonMrBonnie commented 3 years ago

Can be run by using the VSCode build task or by running ./tools/build.bat

jovanivanovic commented 3 years ago

I prefer the whole build process to be in CMakeLists.txt instead of having external scripts for that.

LeonMrBonnie commented 3 years ago

I prefer the whole build process to be in CMakeLists.txt instead of having external scripts for that.

Serverside JS module also does use a .bat file as a build script. I mean most projects use some script like that, most others probably use Python tho. I personally don't like using CMake for stuff like copying files, I think it is nicer to have it more seperated where the CMake file really only includes the stuff related to compilation.