summaryrefslogtreecommitdiffstats
path: root/src/dialogs
diff options
context:
space:
mode:
authorJoshua L. Blocher <verbalshadow@gmail.com>2009-01-09 01:57:18 +0000
committerverbalshadow <verbalshadow@users.sourceforge.net>2009-01-09 01:57:18 +0000
commitd0a01c4ce2652c3fb0b6fb89725c56d20e94c538 (patch)
treeba5bb3dcc6218fa5b0f0af1b00b2f93f14fa95e1 /src/dialogs
parentlittle change to meke extensions more testables (diff)
downloadinkscape-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/dialogs')
-rw-r--r--src/dialogs/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dialogs/CMakeLists.txt b/src/dialogs/CMakeLists.txt
index e9fa7c6fc..d5007b13d 100644
--- a/src/dialogs/CMakeLists.txt
+++ b/src/dialogs/CMakeLists.txt
@@ -23,3 +23,4 @@ text-edit.cpp
unclump.cpp
xml-tree.cpp
)
+ADD_LIBRARY(dialogs STATIC ${dialogs_SRC}) \ No newline at end of file