diff options
| author | Campbell Barton <ideasman42@gmail.com> | 2011-06-13 02:33:03 +0000 |
|---|---|---|
| committer | Campbell Barton <ideasman42@gmail.com> | 2011-06-13 02:33:03 +0000 |
| commit | 2c5f1ac093f8d674dae8fc1cae88862d02468356 (patch) | |
| tree | c3859232518b605f4c6fcd4bd09fb5a894076f40 /src/libnrtype | |
| parent | Replace deprecated GtkTooltips (diff) | |
| download | inkscape-2c5f1ac093f8d674dae8fc1cae88862d02468356.tar.gz inkscape-2c5f1ac093f8d674dae8fc1cae88862d02468356.zip | |
cmake: now builds without having most of the source listed in 1 file.
(bzr r10278)
Diffstat (limited to 'src/libnrtype')
| -rw-r--r-- | src/libnrtype/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libnrtype/CMakeLists.txt b/src/libnrtype/CMakeLists.txt index 069b68bd3..d5f9b846f 100644 --- a/src/libnrtype/CMakeLists.txt +++ b/src/libnrtype/CMakeLists.txt @@ -1,5 +1,5 @@ -set(libnrtype_SRC +set(nrtype_SRC FontFactory.cpp FontInstance.cpp font-lister.cpp @@ -16,4 +16,4 @@ set(libnrtype_SRC TextWrapper.cpp ) -add_library(nrtype_LIB ${libnrtype_SRC}) +add_library(nrtype_LIB ${nrtype_SRC}) |
