摘要:
早就听闻CppUnit是个好东西,奈何一直没有仔细研读,现在开始一步步来学习。网上找了个例子,想先跑跑看看效果,卡在了cmake这一步。原来cmake v2.8里还没有FindCppUnit这个模块,所幸已经有网友写出了一个可用的版本,先拿来借鉴一下.## Find the CppUnit includes and library## This module defines# CPPUNIT_INCLUDE_DIR, where to find tiff.h, etc.# CPPUNIT_LIBRARIES, the libraries to link against to use CppUn 阅读全文