Visual Studio - create defalt project config such that external libs / debugging / include are enabled defaulty -


i compiled , installed googletest , created sample test cases - realized need set below project parameters incorporate gmock test functionality -

properties – c/c++ - runtime library – multi threaded debug properties - vc++ dirfectories – include directories - include paths (gmock,gtest) properties - vc++ dirfectories – library directories - gmock, gtest properties – linker – input – select additional dependencies - gmock libs 

now each time create new project need above config - there way default these can enabled means / setup


Comments

Popular posts from this blog

php - Vagrant up error - Uncaught Reflection Exception: Class DOMDocument does not exist -

vue.js - Create hooks for automated testing -

Add new key value to json node in java -