cmake_minimum_required(VERSION 2.8.9)

project(SimpleThreshold)

#-----------------------------------------------------------------------------
set(EXTENSION_HOMEPAGE "http://www.slicer.org/slicerWiki/index.php/Documentation/Nightly/Extensions/SimpleThreshold")
set(EXTENSION_CATEGORY "Examples")
set(EXTENSION_CONTRIBUTORS "Your Name")
set(EXTENSION_DESCRIPTION "This is an example of extension bundling one CLI module")
set(EXTENSION_ICONURL "http://viewvc.slicer.org/viewvc.cgi/Slicer4/trunk/Extensions/Testing/SimpleThreshold/SimpleThreshold.png?revision=21745&view=co")
set(EXTENSION_SCREENSHOTURLS "http://wiki.slicer.org/slicerWiki/images/a/ab/Slicer-r19441-SimpleThreshold-screenshot.png http://wiki.slicer.org/slicerWiki/images/1/1e/Slicer-r19441-SimpleThreshold-screenshot-2.png")

#-----------------------------------------------------------------------------
find_package(Slicer REQUIRED)
include(${Slicer_USE_FILE})

#-----------------------------------------------------------------------------
add_subdirectory(SimpleThreshold)

#-----------------------------------------------------------------------------
include(${Slicer_EXTENSION_CPACK})
