]> 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/dot_layout/CMakeLists.txt

index 9012e13f7a65ee222370fb082d5117eaac5cebb3..cb0e71f1b100dd277ba215bb196ef5adb00c92bd 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_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 ###############