Skip to content

Commit

Permalink
Added explicit ignore files. Refs #4368.
Browse files Browse the repository at this point in the history
  • Loading branch information
peterfpeterson committed Dec 29, 2011
1 parent 78fde1d commit e3696da
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion Code/Mantid/Framework/ICat/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,13 @@ add_definitions ( -DWITH_OPENSSL -DWITH_NONAMESPACES )
ADD_PRECOMPILED_HEADER( inc/MantidICat/PrecompiledHeader.h MantidICat src/PrecompiledHeader.cpp SRC_FILES INC_FILES )
# Add the target for this directory
add_library ( ICat ${SRC_FILES} ${INC_FILES})
add_cppcheck( ICat src/GSoapGenerated.cpp src/GSoapGenerated)
add_cppcheck( ICat
inc/MantidICat/GSoapGenerated/soapH.h
inc/MantidICat/GSoapGenerated/soapICATPortBindingProxy.h
inc/MantidICat/GSoapGenerated/soapStub.h
src/GSoapGenerated.cpp
src/GSoapGenerated/soapC.cpp
src/GSoapGenerated/soapICATPortBindingProxy.cpp )
# Set the name of the generated library
set_target_properties ( ICat PROPERTIES OUTPUT_NAME MantidICat
COMPILE_DEFINITIONS IN_MANTID_ICAT )
Expand Down

0 comments on commit e3696da

Please sign in to comment.