comparison Resources/CMake/JavaScriptLibraries.cmake @ 106:da086ad0b9d2 refactoring

Upgrade to Cornerstone 0.8.4
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 01 Dec 2015 16:13:39 +0100
parents 54d5dd1df2e5
children 3809121c3290
comparison
equal deleted inserted replaced
105:fd8c18f62b2c 106:da086ad0b9d2
17 17
18 18
19 set(BASE_URL "http://www.montefiore.ulg.ac.be/~jodogne/Orthanc/ThirdPartyDownloads/WebViewer") 19 set(BASE_URL "http://www.montefiore.ulg.ac.be/~jodogne/Orthanc/ThirdPartyDownloads/WebViewer")
20 20
21 DownloadPackage( 21 DownloadPackage(
22 "eef2d2e8c057d33c20ab55fdd06a73c7" 22 "3335b0a3ee2bde780777d648cccefe55"
23 "${BASE_URL}/cornerstone-0.7.1.zip" 23 "${BASE_URL}/cornerstone-0.8.4.zip"
24 "cornerstone-0.7.1") 24 "cornerstone-0.8.4")
25 25
26 DownloadPackage( 26 DownloadPackage(
27 "cb943ac26be9ee755e8741ea232389e2" 27 "cb943ac26be9ee755e8741ea232389e2"
28 "${BASE_URL}/jquery-ui-1.11.3.zip" 28 "${BASE_URL}/jquery-ui-1.11.3.zip"
29 "jquery-ui-1.11.3") 29 "jquery-ui-1.11.3")
46 46
47 set(JAVASCRIPT_LIBS_DIR ${CMAKE_CURRENT_BINARY_DIR}/javascript-libs) 47 set(JAVASCRIPT_LIBS_DIR ${CMAKE_CURRENT_BINARY_DIR}/javascript-libs)
48 file(MAKE_DIRECTORY ${JAVASCRIPT_LIBS_DIR}) 48 file(MAKE_DIRECTORY ${JAVASCRIPT_LIBS_DIR})
49 49
50 file(COPY 50 file(COPY
51 ${CMAKE_CURRENT_BINARY_DIR}/cornerstone-0.7.1/dist/cornerstone.min.css 51 ${CMAKE_CURRENT_BINARY_DIR}/cornerstone-0.8.4/dist/cornerstone.min.css
52 ${CMAKE_CURRENT_BINARY_DIR}/cornerstone-0.7.1/dist/cornerstone.min.js 52 ${CMAKE_CURRENT_BINARY_DIR}/cornerstone-0.8.4/dist/cornerstone.min.js
53 ${CMAKE_CURRENT_BINARY_DIR}/jquery-ui-1.11.3/external/jquery/jquery.js 53 ${CMAKE_CURRENT_BINARY_DIR}/jquery-ui-1.11.3/external/jquery/jquery.js
54 ${CMAKE_CURRENT_BINARY_DIR}/jquery-ui-1.11.3/images 54 ${CMAKE_CURRENT_BINARY_DIR}/jquery-ui-1.11.3/images
55 ${CMAKE_CURRENT_BINARY_DIR}/jquery-ui-1.11.3/jquery-ui.min.css 55 ${CMAKE_CURRENT_BINARY_DIR}/jquery-ui-1.11.3/jquery-ui.min.css
56 ${CMAKE_CURRENT_BINARY_DIR}/jquery-ui-1.11.3/jquery-ui.min.js 56 ${CMAKE_CURRENT_BINARY_DIR}/jquery-ui-1.11.3/jquery-ui.min.js
57 ${CMAKE_CURRENT_BINARY_DIR}/jquery-ui-1.11.3/jquery-ui.theme.min.css 57 ${CMAKE_CURRENT_BINARY_DIR}/jquery-ui-1.11.3/jquery-ui.theme.min.css