diff options
| author | Bryce Harrington <bryce@bryceharrington.org> | 2015-04-29 22:52:55 +0000 |
|---|---|---|
| committer | bryce <bryce@ubuntu.com> | 2015-04-29 22:52:55 +0000 |
| commit | ce75639406465cb3e60b097d70defa51bfdc10a6 (patch) | |
| tree | 8c51d09a66dc0e8c3fc9f6bb9e6150318dd577ce /src | |
| parent | cmake: Force CMS on to resolve missing DSO linker error (diff) | |
| download | inkscape-ce75639406465cb3e60b097d70defa51bfdc10a6.tar.gz inkscape-ce75639406465cb3e60b097d70defa51bfdc10a6.zip | |
cmake: Include missing source file in build rules
(bzr r14070.1.4)
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 |
