From d0a01c4ce2652c3fb0b6fb89725c56d20e94c538 Mon Sep 17 00:00:00 2001 From: "Joshua L. Blocher" Date: Fri, 9 Jan 2009 01:57:18 +0000 Subject: Cmake: restructure build files to be more like current build system. Should reduce linking stage command for windows. (bzr r7100) --- src/widgets/CMakeLists.txt | 1 + src/widgets/sp-xmlview-attr-list.cpp | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'src/widgets') diff --git a/src/widgets/CMakeLists.txt b/src/widgets/CMakeLists.txt index 80ab4c528..24c1d30d2 100644 --- a/src/widgets/CMakeLists.txt +++ b/src/widgets/CMakeLists.txt @@ -31,3 +31,4 @@ sp-xmlview-content.cpp sp-xmlview-tree.cpp toolbox.cpp ) +ADD_LIBRARY(widgets STATIC ${widgets_SRC}) \ No newline at end of file diff --git a/src/widgets/sp-xmlview-attr-list.cpp b/src/widgets/sp-xmlview-attr-list.cpp index 008ad4970..9ee9fcdd0 100644 --- a/src/widgets/sp-xmlview-attr-list.cpp +++ b/src/widgets/sp-xmlview-attr-list.cpp @@ -16,7 +16,7 @@ #include #include -#include "helper/sp-marshal.h" +#include "../helper/sp-marshal.h" #include "../xml/node-event-vector.h" #include "sp-xmlview-attr-list.h" -- cgit v1.2.3