From 2c5f1ac093f8d674dae8fc1cae88862d02468356 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Mon, 13 Jun 2011 02:33:03 +0000 Subject: cmake: now builds without having most of the source listed in 1 file. (bzr r10278) --- src/ui/CMakeLists.txt | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) (limited to 'src/ui') diff --git a/src/ui/CMakeLists.txt b/src/ui/CMakeLists.txt index 7c0f18a65..bf9ddb4c8 100644 --- a/src/ui/CMakeLists.txt +++ b/src/ui/CMakeLists.txt @@ -117,12 +117,5 @@ if(WIN32) ) endif() -include_directories( - "${CMAKE_SOURCE_DIR}/src" - "${CMAKE_SOURCE_DIR}" - "${CMAKE_SOURCE_DIR}/bind/javainc" - "${CMAKE_SOURCE_DIR}/bind/javainc/linux" - "${CMAKE_SOURCE_DIR}/extension/dbus" -) - -add_library(ui_LIB ${ui_SRC}) +# add_library(ui_LIB ${ui_SRC}) +add_inkscape_source("${ui_SRC}") -- cgit v1.2.3