comparison OrthancServer/CMakeLists.txt @ 5265:0e8dfba67ac9

fix pch
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 12 Apr 2023 17:55:11 +0200
parents ae3f29be5ca5
children a856daf71745 043bf0958614
comparison
equal deleted inserted replaced
5264:99751c5a7cfe 5265:0e8dfba67ac9
709 ) 709 )
710 710
711 # The "OrthancFrameworkDependencies.cpp" file is used to bypass the 711 # The "OrthancFrameworkDependencies.cpp" file is used to bypass the
712 # precompiled headers if compiling with Visual Studio 712 # precompiled headers if compiling with Visual Studio
713 add_library(DelayedDeletion SHARED 713 add_library(DelayedDeletion SHARED
714 ${CMAKE_SOURCE_DIR}/Plugins/Engine/PluginsEnumerations.cpp
715 ${CMAKE_SOURCE_DIR}/Plugins/Samples/DelayedDeletion/PendingDeletionsDatabase.cpp 714 ${CMAKE_SOURCE_DIR}/Plugins/Samples/DelayedDeletion/PendingDeletionsDatabase.cpp
716 ${CMAKE_SOURCE_DIR}/Plugins/Samples/DelayedDeletion/Plugin.cpp 715 ${CMAKE_SOURCE_DIR}/Plugins/Samples/DelayedDeletion/Plugin.cpp
717 ${CMAKE_SOURCE_DIR}/Plugins/Samples/DelayedDeletion/OrthancFrameworkDependencies.cpp 716 ${CMAKE_SOURCE_DIR}/Plugins/Samples/DelayedDeletion/OrthancFrameworkDependencies.cpp
718 ${DELAYED_DELETION_RESOURCES} 717 ${DELAYED_DELETION_RESOURCES}
719 ) 718 )