[trunk] Start FolderReorgProposal task

Update issue 177
This commit is contained in:
Mathieu Malaterre
2012-09-28 08:11:41 +00:00
parent 8363a6ab1e
commit d518970039
246 changed files with 151 additions and 96 deletions

16
cmake/FindCPPCHECK.cmake Normal file
View File

@@ -0,0 +1,16 @@
# cppcheck
#
# Copyright (c) 2011 Mathieu Malaterre <mathieu.malaterre@gmail.com>
#
# Redistribution and use is allowed according to the terms of the New
# BSD license.
# For details see the accompanying COPYING-CMAKE-SCRIPTS file.
#
find_program(CPPCHECK_EXECUTABLE
cppcheck
)
mark_as_advanced(
CPPCHECK_EXECUTABLE
)