Description: Fix the inclusion of the JavaScript libraries
Author: Sebastien Jodogne <s.jodogne@orthanc-labs.com>
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
Index: OrthancWSI-4.0/ViewerPlugin/CMakeLists.txt
===================================================================
--- OrthancWSI-4.0.orig/ViewerPlugin/CMakeLists.txt
+++ OrthancWSI-4.0/ViewerPlugin/CMakeLists.txt
@@ -155,7 +155,7 @@ endif()
 ## Prepare JavaScript libraries
 #####################################################################
 
-include(${CMAKE_SOURCE_DIR}/../Resources/CMake/JavaScriptLibraries.cmake)
+include(${CMAKE_SOURCE_DIR}/../debian/missing-sources/JavaScriptLibraries.cmake)
 
 if (STANDALONE_BUILD)
   add_definitions(-DORTHANC_STANDALONE=1)
