how to run npm commands using cmake -


i've got karma set in subd_app dir. testing set if run "npm install" , "npm test" sub_app, karma run successfully. challenge main directory , subdirs written in c/cpp , use cmake make/build main dir. how incorporate 2 npm commands executed when run cmake , make all?

example: main_dir/     main.c     other c , cpp files     cmakelists.txt     sub_dir/         other.c         cmakelists.txt         other c , cpp files     sub_app/         js , html files         package.json         karma.conf.js 


Comments

Popular posts from this blog

angular - DownloadURL return null in below code -

python 2.7 - Given three nested dictionaries, sort the top two nested dictionaries from a value in the innermost dictionary? -