~ubuntu-branches/debian/sid/simpleitk/sid

« back to all changes in this revision

Viewing changes to Examples/CSharp/CMakeLists.txt

  • Committer: Package Import Robot
  • Author(s): Ghislain Antony Vaillant
  • Date: 2017-11-02 08:49:18 UTC
  • Revision ID: package-import@ubuntu.com-20171102084918-7hs09ih668xq87ej
Tags: upstream-1.0.1
ImportĀ upstreamĀ versionĀ 1.0.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
if(NOT BUILD_TESTING)
 
3
  return()
 
4
endif()
 
5
 
 
6
#
 
7
# CSharp Examples
 
8
#
 
9
 
 
10
sitk_add_csharp_test( Example.ImageGetBuffer
 
11
  "${CMAKE_CURRENT_SOURCE_DIR}/ImageGetBuffer.cs"
 
12
  DATA{${SimpleITK_DATA_ROOT}/Input/RA-Short.nrrd})
 
13
set_tests_properties( CSharp.Example.ImageGetBuffer
 
14
  PROPERTIES PASS_REGULAR_EXPRESSION "total: 1009713" )