-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathCMakeLists.txt
More file actions
21 lines (16 loc) · 1.16 KB
/
CMakeLists.txt
File metadata and controls
21 lines (16 loc) · 1.16 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
cmake_minimum_required(VERSION 2.8.9)
project(PercutaneousApproachAnalysis)
#-----------------------------------------------------------------------------
set(EXTENSION_HOMEPAGE "http://www.slicer.org/slicerWiki/index.php/Documentation/Nightly/PercutaneousApproachAnalysis")
set(EXTENSION_CATEGORY "IGT")
set(EXTENSION_CONTRIBUTORS "Koichiro Murakami (Shiga University of Medical Science, Japan, SPL), Laurent Chauvin (SPL), Junichi Tokuda (SPL)")
set(EXTENSION_DESCRIPTION "The Percutaneous Approach Analysis is used to calculate and visualize the accessibility of liver tumor with a percutaneous approach.")
set(EXTENSION_ICONURL "http://www.slicer.org/slicerWiki/images/a/ac/PAAlogo-small.png")
set(EXTENSION_SCREENSHOTURLS "http://www.slicer.org/slicerWiki/images/4/42/Accessibility_clinical.png")
#-----------------------------------------------------------------------------
find_package(Slicer REQUIRED)
include(${Slicer_USE_FILE})
#-----------------------------------------------------------------------------
add_subdirectory(PercutaneousApproachAnalysis)
#-----------------------------------------------------------------------------
include(${Slicer_EXTENSION_CPACK})