From: ellson Date: Sat, 8 Jul 2006 23:36:09 +0000 (+0000) Subject: cmake stuff X-Git-Tag: LAST_LIBGRAPH~32^2~6109 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e35876b4f51bafc7a3ee0fbc1c474012e2883e16;p=graphviz cmake stuff --- diff --git a/plugin/neato_layout/CMakeLists.txt b/plugin/neato_layout/CMakeLists.txt index a7daf5567..913b285e1 100644 --- a/plugin/neato_layout/CMakeLists.txt +++ b/plugin/neato_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_neato_layout_SRCDIR}/sources.cmake) -########### next target ############### - -SET(gvplugin_neato_layout_SRCS - gvplugin_neato_layout.c - gvlayout_neato_layout.c -) ADD_LIBRARY(gvplugin_neato_layout MODULE ${gvplugin_neato_layout_SRCS}) ADD_LIBRARY(gvplugin_neato_layout_static STATIC ${gvplugin_neato_layout_SRCS}) - -########### install files ###############