##// END OF EJS Templates
Inclusion de core dans app commenté pour éviter un warning cmake. Sera remis au norme lors des implémentation
Inclusion de core dans app commenté pour éviter un warning cmake. Sera remis au norme lors des implémentation

File last commit:

r3:a8b5bae69326
r12:173cd0fbc359
Show More
Findcppcheck.cpp
16 lines | 265 B | text/x-c | CppLexer
Ajout de cppcheck
r3 /**
* \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;
}