diff options
| author | Moritz Eberl <moritz@semiodesk.com> | 2016-04-11 14:53:05 +0000 |
|---|---|---|
| committer | Moritz Eberl <moritz@semiodesk.com> | 2016-04-11 14:53:05 +0000 |
| commit | 58a5565b6d840af2e6a0e74c1554018f75d689b0 (patch) | |
| tree | be65d1a9c02dc80d6508ed315950eac33232a34d /src/extension/CMakeLists.txt | |
| parent | Fix node size regression and add ctrlResize property for multiple use. (diff) | |
| download | inkscape-58a5565b6d840af2e6a0e74c1554018f75d689b0.tar.gz inkscape-58a5565b6d840af2e6a0e74c1554018f75d689b0.zip | |
Added a mechanism to load c++ extensions dynamically.
(bzr r14761.1.1)
Diffstat (limited to 'src/extension/CMakeLists.txt')
| -rw-r--r-- | src/extension/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/extension/CMakeLists.txt b/src/extension/CMakeLists.txt index 21e652563..238e8d3df 100644 --- a/src/extension/CMakeLists.txt +++ b/src/extension/CMakeLists.txt @@ -14,6 +14,7 @@ set(extension_SRC print.cpp system.cpp timer.cpp + loader.cpp implementation/implementation.cpp implementation/xslt.cpp @@ -90,6 +91,7 @@ set(extension_SRC print.h system.h timer.h + loader.h implementation/implementation.h implementation/script.h |
