##// END OF EJS Templates
Merge
Merge

File last commit:

r309:add3c3641139 R3_plus
r312:1ef82ee87e48 merge R3_plus
Show More
Findcppcheck.cpp
16 lines | 265 B | text/x-c | CppLexer
Added cppcheck integration....
r309 /**
* \file Findcppcheck.cpp
* \brief Dummy C++ source file used by CMake module Findcppcheck.cmake
*
* \author
* Ryan Pavlik, 2009-2010
* <rpavlik@iastate.edu>
* http://academic.cleardefinition.com/
*
*/
int main(int argc, char* argv[]) {
return 0;
}