Logo white

Peter M. Groen / openbr

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • openbr
  • share
  • openbr
  • cmake
  • Findcppcheck.cpp
  • initial release
    bec4ed10
    Josh Klontz authored
    2012-12-19 22:01:21 -0500  
    Browse Code ยป
Findcppcheck.cpp 266 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
/**
 * \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;
}