Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix homepage, icon and screenshot URLs referened in CMakeLists.txt #5

Open
jcfr opened this issue Aug 16, 2023 · 0 comments
Open

Fix homepage, icon and screenshot URLs referened in CMakeLists.txt #5

jcfr opened this issue Aug 16, 2023 · 0 comments

Comments

@jcfr
Copy link

jcfr commented Aug 16, 2023

Update CMakeLists.txt to fix homepage, icon and screenshot URLs:

set(EXTENSION_HOMEPAGE "https://www.slicer.org/wiki/Documentation/Nightly/Extensions/ThicknessMap")
set(EXTENSION_CATEGORY "Shape Analysis")
set(EXTENSION_CONTRIBUTORS "Muhammed Fatih Talu (Inonu University)")
set(EXTENSION_DESCRIPTION "Calculation bone thickness mapping")
set(EXTENSION_ICONURL "http://www.example.com/Slicer/Extensions/ThicknessMap.png")
set(EXTENSION_SCREENSHOTURLS "http://www.example.com/Slicer/Extensions/ThicknessMap/Screenshots/1.png")
set(EXTENSION_DEPENDS "NA") # Specified as a list or "NA" if no dependencies

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant