# HG changeset patch # User Sebastien Jodogne # Date 1531560681 -7200 # Node ID a27f6c89f000ebb0ea93aacbc71fa4c63a6579eb # Parent e4452fb3f4c936b0c1331cc5eca3b5b7e8884ead fix diff -r e4452fb3f4c9 -r a27f6c89f000 CMakeLists.txt --- a/CMakeLists.txt Mon May 21 09:01:34 2018 +0200 +++ b/CMakeLists.txt Sat Jul 14 11:31:21 2018 +0200 @@ -88,6 +88,10 @@ ) endif() +add_definitions( + -DORTHANC_ENABLE_LOGGING_PLUGIN=1 + ) + EmbedResources( ORTHANC_EXPLORER ${CMAKE_SOURCE_DIR}/Resources/OrthancExplorer.js JAVASCRIPT_LIBS ${JAVASCRIPT_LIBS_DIR}