ez8-co / emock

🐞 下一代C/C++跨平台mock库 (Next generation cross-platform mock library for C/C++)
Apache License 2.0
118 stars 35 forks source link

CMakeList.txt选项需要修改 #2

Closed kiddy818 closed 5 years ago

kiddy818 commented 5 years ago

SET(MOCKCPP_XUNIT "testngpp" CACHE STRING "Set to gtest/cpputest/cppunit to use other testframeworks.") {MOCKCPP_XUNIT} --> {EMOCK_XUNIT}

orca-zhang commented 5 years ago

收到,感谢~

orca-zhang commented 5 years ago

41660dc7ba39f8aa98979ec4c1b469cf9a0d2f15 fixed

kiddy818 commented 4 years ago

e, this line shold be for ADD_SUBDIRECTORY(src) or it will not be actived to the project at the first time use "cmake .."