===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
orthanc-python-2.0+ds/CMakeLists.txt-35-# Download and setup the Orthanc framework
orthanc-python-2.0+ds/CMakeLists.txt:36:include(${CMAKE_SOURCE_DIR}/Resources/Orthanc/CMake/DownloadOrthancFramework.cmake)
orthanc-python-2.0+ds/CMakeLists.txt-37-
##############################################
orthanc-python-2.0+ds/CMakeLists.txt-41-else()
orthanc-python-2.0+ds/CMakeLists.txt:42:  include(${ORTHANC_FRAMEWORK_ROOT}/Resources/CMake/OrthancFrameworkParameters.cmake)
orthanc-python-2.0+ds/CMakeLists.txt-43-  
##############################################
orthanc-python-2.0+ds/CMakeLists.txt-47-  
orthanc-python-2.0+ds/CMakeLists.txt:48:  include(${ORTHANC_FRAMEWORK_ROOT}/Resources/CMake/OrthancFrameworkConfiguration.cmake)
orthanc-python-2.0+ds/CMakeLists.txt-49-  include_directories(${ORTHANC_FRAMEWORK_ROOT}/Sources)
##############################################
orthanc-python-2.0+ds/CMakeLists.txt-52-
orthanc-python-2.0+ds/CMakeLists.txt:53:include(${CMAKE_SOURCE_DIR}/Resources/Orthanc/Plugins/OrthancPluginsExports.cmake)
orthanc-python-2.0+ds/CMakeLists.txt-54-
##############################################
orthanc-python-2.0+ds/Resources/Orthanc/CMake/Compiler.cmake-227-  message("Building using Emscripten (for WebAssembly or asm.js targets)")
orthanc-python-2.0+ds/Resources/Orthanc/CMake/Compiler.cmake:228:  include(${CMAKE_CURRENT_LIST_DIR}/EmscriptenParameters.cmake)
orthanc-python-2.0+ds/Resources/Orthanc/CMake/Compiler.cmake-229-  
##############################################
orthanc-python-2.0+ds/Resources/Orthanc/CMake/DownloadOrthancFramework.cmake-405-  include(FindPythonInterp)
orthanc-python-2.0+ds/Resources/Orthanc/CMake/DownloadOrthancFramework.cmake:406:  include(${CMAKE_CURRENT_LIST_DIR}/Compiler.cmake)
orthanc-python-2.0+ds/Resources/Orthanc/CMake/DownloadOrthancFramework.cmake:407:  include(${CMAKE_CURRENT_LIST_DIR}/DownloadPackage.cmake)
orthanc-python-2.0+ds/Resources/Orthanc/CMake/DownloadOrthancFramework.cmake:408:  include(${CMAKE_CURRENT_LIST_DIR}/AutoGeneratedCode.cmake)
orthanc-python-2.0+ds/Resources/Orthanc/CMake/DownloadOrthancFramework.cmake-409-  set(EMBED_RESOURCES_PYTHON ${CMAKE_CURRENT_LIST_DIR}/EmbedResources.py)