Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
jcfr committed Aug 21, 2024
1 parent a633155 commit c58f1ba
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions {{cookiecutter.project_name}}/Modules/Scripted/Home/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
cmake_minimum_required(VERSION 3.16)

project(Home)

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

#-----------------------------------------------------------------------------
set(MODULE_NAME Home)

Expand All @@ -24,3 +31,7 @@ slicerMacroBuildScriptedModule(
SCRIPTS ${MODULE_PYTHON_SCRIPTS} ${MODULE_PYTHON_QRC_RESOURCES}
RESOURCES ${MODULE_PYTHON_RESOURCES}
)

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

0 comments on commit c58f1ba

Please sign in to comment.