diff options
| author | Joshua L. Blocher <verbalshadow@gmail.com> | 2008-03-30 18:24:50 +0000 |
|---|---|---|
| committer | verbalshadow <verbalshadow@users.sourceforge.net> | 2008-03-30 18:24:50 +0000 |
| commit | 2277381d372f969663717b041e8906d0b006bc03 (patch) | |
| tree | 05d79fcc6315002761cfb3d771e42db786975970 /src/libgdl | |
| parent | update mingwenv.bat to include cmake and pkgconfig path. (diff) | |
| download | inkscape-2277381d372f969663717b041e8906d0b006bc03.tar.gz inkscape-2277381d372f969663717b041e8906d0b006bc03.zip | |
Adjustments to the lib directory Cmake files
(bzr r5250)
Diffstat (limited to 'src/libgdl')
| -rw-r--r-- | src/libgdl/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libgdl/CMakeLists.txt b/src/libgdl/CMakeLists.txt index 739083169..a30d0966f 100644 --- a/src/libgdl/CMakeLists.txt +++ b/src/libgdl/CMakeLists.txt @@ -35,4 +35,4 @@ libgdlmarshal.h libgdltypebuiltins.c
libgdltypebuiltins.h
)
-ADD_LIBRARY(inklibgdl STATIC ${libgdl_SRC})
\ No newline at end of file +ADD_LIBRARY(gdl STATIC ${libgdl_SRC}) |
