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/graphlayout/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'src/graphlayout') 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 -- cgit v1.2.3