From 57910ed55e04db8b183ac75f88996a5cf35b27d1 Mon Sep 17 00:00:00 2001 From: "Johan B. C. Engelen" Date: Sun, 30 Mar 2008 20:38:13 +0000 Subject: cmake: add C to project definition for the two C directories that we build (bzr r5261) --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 07ed48787..21f28763b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -PROJECT(inkscape CXX) +PROJECT(inkscape CXX C) SET(INKSCAPE_VERSION 0.46+devel) SET(CMAKE_BACKWARDS_COMPATIBILITY 2.4) SET(CMAKE_INCLUDE_CURRENT_DIR TRUE) -- cgit v1.2.3