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/xml/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'src/xml') diff --git a/src/xml/CMakeLists.txt b/src/xml/CMakeLists.txt index 9ee5b4626..4036cb1af 100644 --- a/src/xml/CMakeLists.txt +++ b/src/xml/CMakeLists.txt @@ -16,3 +16,4 @@ simple-document.cpp simple-node.cpp subtree.cpp ) +ADD_LIBRARY(xml STATIC ${xml_SRC}) \ No newline at end of file -- cgit v1.2.3