diff options
| author | Joshua L. Blocher <verbalshadow@gmail.com> | 2009-01-09 03:02:28 +0000 |
|---|---|---|
| committer | verbalshadow <verbalshadow@users.sourceforge.net> | 2009-01-09 03:02:28 +0000 |
| commit | ca949a33e4152cdf4f05cb73a806b4b40f82c4c3 (patch) | |
| tree | 0c253464abe241dbe755fd07f07ec56f4288bd52 /src/display/CMakeLists.txt | |
| parent | Cmake: restructure build files to be more like current build system. Should r... (diff) | |
| download | inkscape-ca949a33e4152cdf4f05cb73a806b4b40f82c4c3.tar.gz inkscape-ca949a33e4152cdf4f05cb73a806b4b40f82c4c3.zip | |
Cmake: Corrections for mistakes
(bzr r7101)
Diffstat (limited to 'src/display/CMakeLists.txt')
| -rw-r--r-- | src/display/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/display/CMakeLists.txt b/src/display/CMakeLists.txt index a1d61de94..66fa97462 100644 --- a/src/display/CMakeLists.txt +++ b/src/display/CMakeLists.txt @@ -54,3 +54,4 @@ sp-ctrlline.cpp sp-ctrlquadr.cpp #testnr.cpp ) +ADD_LIBRARY(display STATIC ${display_SRC})
\ No newline at end of file |
