comparison Applications/Platforms/WebAssembly/SharedLibrary/CMakeLists.txt @ 1595:621e4e11783d

doxygen target, more consistent ORTHANC_STONE_ROOT
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 26 Oct 2020 17:42:13 +0100
parents 0d4b11ba86df
children 4cdc297be5a6
comparison
equal deleted inserted replaced
1594:74ed691f9c64 1595:621e4e11783d
89 list(REMOVE_ITEM ORTHANC_STONE_SOURCES 89 list(REMOVE_ITEM ORTHANC_STONE_SOURCES
90 ${SOURCES_WITH_EMSCRIPTEN_CALLBACKS} 90 ${SOURCES_WITH_EMSCRIPTEN_CALLBACKS}
91 ) 91 )
92 92
93 configure_file( 93 configure_file(
94 ${ORTHANC_STONE_ROOT}/SharedLibrary/OrthancStone.h.in 94 ${ORTHANC_STONE_ROOT}/../SharedLibrary/OrthancStone.h.in
95 ${CMAKE_CURRENT_BINARY_DIR}/Include/orthanc-stone/OrthancStone.h 95 ${CMAKE_CURRENT_BINARY_DIR}/Include/orthanc-stone/OrthancStone.h
96 ) 96 )
97 97
98 configure_file( 98 configure_file(
99 ${ORTHANC_FRAMEWORK_ROOT}/../SharedLibrary/OrthancFramework.h.in 99 ${ORTHANC_FRAMEWORK_ROOT}/../SharedLibrary/OrthancFramework.h.in