Mercurial > hg > orthanc-python
comparison CMakeLists.txt @ 50:70abe3ebbbfc
New Python function: "orthanc.RegisterIncomingHttpRequestFilter()"
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Tue, 08 Dec 2020 19:02:30 +0100 |
parents | 9e466631660a |
children | 0dbc1360e829 |
comparison
equal
deleted
inserted
replaced
49:9e466631660a | 50:70abe3ebbbfc |
---|---|
157 ${PYTHON_INCLUDE_DIRS} | 157 ${PYTHON_INCLUDE_DIRS} |
158 ) | 158 ) |
159 | 159 |
160 add_library(OrthancPython SHARED | 160 add_library(OrthancPython SHARED |
161 Sources/Autogenerated/sdk.cpp | 161 Sources/Autogenerated/sdk.cpp |
162 Sources/IncomingHttpRequestFilter.cpp | |
162 Sources/OnChangeCallback.cpp | 163 Sources/OnChangeCallback.cpp |
163 Sources/OnStoredInstanceCallback.cpp | 164 Sources/OnStoredInstanceCallback.cpp |
164 Sources/Plugin.cpp | 165 Sources/Plugin.cpp |
165 Sources/PythonFunction.cpp | 166 Sources/PythonFunction.cpp |
166 Sources/PythonLock.cpp | 167 Sources/PythonLock.cpp |