view OrthancServer/Resources/Testing/Issue32/Cpp/CMakeLists.txt @ 4110:d99739cbe94c

make DicomInstanceHasher and ParsedDicomDir public classes
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 07 Jul 2020 10:03:59 +0200
parents cd363608551a
children 28944db5318b
line wrap: on
line source

cmake_minimum_required(VERSION 2.8)

project(Orthanc)

set(Resources/CMake)

include(${CMAKE_SOURCE_DIR}/../../../../../OrthancFramework/Resources/CMake/OrthancFrameworkParameters.cmake)
set(ENABLE_WEB_CLIENT ON)
include(${CMAKE_SOURCE_DIR}/../../../../../OrthancFramework/Resources/CMake/OrthancFrameworkConfiguration.cmake)

add_executable(Sample
  main.cpp
  ${ORTHANC_CORE_SOURCES}
  ${AUTOGENERATED_SOURCES}
  )