]> granicus.if.org Git - graphviz/commitdiff
cmake stuff
authorellson <devnull@localhost>
Sat, 8 Jul 2006 23:36:09 +0000 (23:36 +0000)
committerellson <devnull@localhost>
Sat, 8 Jul 2006 23:36:09 +0000 (23:36 +0000)
plugin/neato_layout/CMakeLists.txt

index a7daf5567c4b3dda4bc25937fa6e14aa0ac6c354..913b285e1c528175e5265d1e560ff25dd3e3981c 100644 (file)
@@ -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 ###############