diff options
| author | Joshua L. Blocher <verbalshadow@gmail.com> | 2008-04-07 00:00:42 +0000 |
|---|---|---|
| committer | verbalshadow <verbalshadow@users.sourceforge.net> | 2008-04-07 00:00:42 +0000 |
| commit | d6f4e38264a505a110ab3250f47e22bd6262eddd (patch) | |
| tree | dffa56cb3ff8849464d3b4dfc3a7789b3127263b /src/libcola | |
| parent | Cmake: Added internal link libraries (diff) | |
| download | inkscape-d6f4e38264a505a110ab3250f47e22bd6262eddd.tar.gz inkscape-d6f4e38264a505a110ab3250f47e22bd6262eddd.zip | |
Cmake: more fixs for C internal libs
(bzr r5358)
Diffstat (limited to 'src/libcola')
| -rw-r--r-- | src/libcola/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcola/CMakeLists.txt b/src/libcola/CMakeLists.txt index 04005fde4..ffc3f481f 100644 --- a/src/libcola/CMakeLists.txt +++ b/src/libcola/CMakeLists.txt @@ -14,4 +14,4 @@ shortest_paths.h straightener.cpp
straightener.h
)
-ADD_LIBRARY(inklibcola STATIC ${libcola_SRC})
\ No newline at end of file +ADD_LIBRARY(cola STATIC ${libcola_SRC}) |
