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
Post a Comment