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

index df4cdda9812953043250d6dcecc4444cf80f3b66..66424b80a1111933f0fcc14f136368aa50ab22f0 100644 (file)
@@ -1,27 +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_core_SRCDIR}/sources.cmake)
 
-########### next target ###############
-
-SET(gvplugin_core_SRCS
-    gvplugin_core.c
-    gvrender_core_svg.c
-    gvrender_core_ps.c
-    gvrender_core_map.c
-    gvloadimage_core.c
-)
 ADD_LIBRARY(gvplugin_core MODULE ${gvplugin_core_SRCS})
 
 ADD_LIBRARY(gvplugin_core_static STATIC ${gvplugin_core_SRCS})
-
-########### install files ###############