From: johanengelen Date: Sun, 30 Mar 2008 20:38:13 +0000 (+0000) Subject: cmake: add C to project definition for the two C directories that we build X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=e1a6962704700cfe841c7b59577925c726736c16;p=inkscape.git cmake: add C to project definition for the two C directories that we build --- 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)