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/debug/CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/debug') diff --git a/src/debug/CMakeLists.txt b/src/debug/CMakeLists.txt index 0c5760366..9039d52bb 100644 --- a/src/debug/CMakeLists.txt +++ b/src/debug/CMakeLists.txt @@ -9,4 +9,5 @@ set(debug_SRC gdk-event-latency-tracker.cpp ) -add_library(debug_LIB ${debug_SRC}) +# add_library(debug_LIB ${debug_SRC}) +add_inkscape_source("${debug_SRC}") -- cgit v1.2.3