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 -

performance - Why is XCHG reg, reg a 3 micro-op instruction on modern Intel architectures? -

jquery - Responsive Navbar with Sub Navbar -