comparison CMakeLists.txt @ 13:952e969a2240

cppcheck
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 01 Apr 2020 08:19:13 +0200
parents e3128420249d
children 13589c36243d
comparison
equal deleted inserted replaced
12:0b8239ce1bec 13:952e969a2240
46 add_definitions( 46 add_definitions(
47 -DHAS_ORTHANC_EXCEPTION=0 47 -DHAS_ORTHANC_EXCEPTION=0
48 ) 48 )
49 49
50 include_directories( 50 include_directories(
51 ${ORTHANC_ROOT}/Plugins/Include
52 ${ORTHANC_ROOT}/Plugins/Samples/Common 51 ${ORTHANC_ROOT}/Plugins/Samples/Common
53 ${PYTHON_INCLUDE_DIRS} 52 ${PYTHON_INCLUDE_DIRS}
54 ) 53 )
55 54
56 add_library(OrthancPython SHARED 55 add_library(OrthancPython SHARED