diff 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
line wrap: on
line diff
--- a/OrthancServer/CMakeLists.txt	Wed Apr 12 17:43:05 2023 +0200
+++ b/OrthancServer/CMakeLists.txt	Wed Apr 12 17:55:11 2023 +0200
@@ -711,7 +711,6 @@
   # The "OrthancFrameworkDependencies.cpp" file is used to bypass the
   # precompiled headers if compiling with Visual Studio
   add_library(DelayedDeletion SHARED 
-    ${CMAKE_SOURCE_DIR}/Plugins/Engine/PluginsEnumerations.cpp
     ${CMAKE_SOURCE_DIR}/Plugins/Samples/DelayedDeletion/PendingDeletionsDatabase.cpp
     ${CMAKE_SOURCE_DIR}/Plugins/Samples/DelayedDeletion/Plugin.cpp
     ${CMAKE_SOURCE_DIR}/Plugins/Samples/DelayedDeletion/OrthancFrameworkDependencies.cpp