diff options
| author | Joshua L. Blocher <verbalshadow@gmail.com> | 2009-01-09 01:57:18 +0000 |
|---|---|---|
| committer | verbalshadow <verbalshadow@users.sourceforge.net> | 2009-01-09 01:57:18 +0000 |
| commit | d0a01c4ce2652c3fb0b6fb89725c56d20e94c538 (patch) | |
| tree | ba5bb3dcc6218fa5b0f0af1b00b2f93f14fa95e1 /src/graphlayout | |
| parent | little change to meke extensions more testables (diff) | |
| download | inkscape-d0a01c4ce2652c3fb0b6fb89725c56d20e94c538.tar.gz inkscape-d0a01c4ce2652c3fb0b6fb89725c56d20e94c538.zip | |
Cmake: restructure build files to be more like current build system. Should reduce linking stage command for windows.
(bzr r7100)
Diffstat (limited to 'src/graphlayout')
| -rw-r--r-- | src/graphlayout/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/graphlayout/CMakeLists.txt b/src/graphlayout/CMakeLists.txt index e570a7a5d..4ad15eb43 100644 --- a/src/graphlayout/CMakeLists.txt +++ b/src/graphlayout/CMakeLists.txt @@ -1,3 +1,4 @@ SET(graphlayout_SRC graphlayout.cpp ) +ADD_LIBRARY(graphlayout STATIC ${graphlayout_SRC})
\ No newline at end of file |
