From: ellson Date: Sat, 8 Jul 2006 23:36:09 +0000 (+0000) Subject: cmake stuff X-Git-Tag: LAST_LIBGRAPH~32^2~6113 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7447272ffad7095b4ef755f66bca68f8df57bd75;p=graphviz cmake stuff --- diff --git a/plugin/dot_layout/CMakeLists.txt b/plugin/dot_layout/CMakeLists.txt index 9012e13f7..cb0e71f1b 100644 --- a/plugin/dot_layout/CMakeLists.txt +++ b/plugin/dot_layout/CMakeLists.txt @@ -1,24 +1,8 @@ # $Id$ $Revision$ -## Process this file with cmake to produce Makefile -INCLUDE_DIRECTORIES( - ${CMAKE_CURRENT_SOURCE_DIR} - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/lib/common - ${CMAKE_SOURCE_DIR}/lib/cdt - ${CMAKE_SOURCE_DIR}/lib/graph - ${CMAKE_SOURCE_DIR}/lib/pathplan - ${CMAKE_SOURCE_DIR}/lib/gvc -) +INCLUDE(${CMAKE_SOURCE_DIR}/cmake/directories.cmake) +INCLUDE(${gvplugin_dot_layout_SRCDIR}/sources.cmake) -########### next target ############### - -SET(gvplugin_dot_layout_SRCS - gvplugin_dot_layout.c - gvlayout_dot_layout.c -) ADD_LIBRARY(gvplugin_dot_layout MODULE ${gvplugin_dot_layout_SRCS}) ADD_LIBRARY(gvplugin_dot_layout_static STATIC ${gvplugin_dot_layout_SRCS}) - -########### install files ###############