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

Is there a better way to structure post methods in Class Based Views -

reflection - How to access the object-members of an object declaration in kotlin -

php - Doctrine Query Builder Error on Join: [Syntax Error] line 0, col 87: Error: Expected Literal, got 'JOIN' -