diff options
| author | Bryce Harrington <bryce@bryceharrington.org> | 2015-04-30 04:03:10 +0000 |
|---|---|---|
| committer | bryce <bryce@ubuntu.com> | 2015-04-30 04:03:10 +0000 |
| commit | 8165e343bd01fbf6cfe280fed377dbd886575939 (patch) | |
| tree | e7f4b04f2f1f3fceecd8a9affe93b0f09d70e3e4 /src | |
| parent | Fix dbus build (diff) | |
| parent | cmake: Add missing dependencies for libgomp and libjpg (diff) | |
| download | inkscape-8165e343bd01fbf6cfe280fed377dbd886575939.tar.gz inkscape-8165e343bd01fbf6cfe280fed377dbd886575939.zip | |
cmake: Fix various issues with cmake builds
Add dependencies required by extensions, update dependencies that have
changed since cmake was last touched, and resolve a few build problems.
(bzr r14078)
Diffstat (limited to 'src')
| -rw-r--r-- | src/libuemf/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libuemf/CMakeLists.txt b/src/libuemf/CMakeLists.txt index f5a97f212..922d404a6 100644 --- a/src/libuemf/CMakeLists.txt +++ b/src/libuemf/CMakeLists.txt @@ -4,6 +4,7 @@ set(libuemf_SRC uemf.c uemf_endian.c uemf_print.c + uemf_safe.c uemf_utf.c uwmf.c uwmf_endian.c |
