From e1a6962704700cfe841c7b59577925c726736c16 Mon Sep 17 00:00:00 2001 From: johanengelen Date: Sun, 30 Mar 2008 20:38:13 +0000 Subject: [PATCH] cmake: add C to project definition for the two C directories that we build --- 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) -- 2.30.2