diff options
| author | Johan B. C. Engelen <jbc.engelen@swissonline.ch> | 2008-03-30 20:38:13 +0000 |
|---|---|---|
| committer | johanengelen <johanengelen@users.sourceforge.net> | 2008-03-30 20:38:13 +0000 |
| commit | 57910ed55e04db8b183ac75f88996a5cf35b27d1 (patch) | |
| tree | 3f662f5dc7d0675520195e3135ae0572301bec75 /CMakeLists.txt | |
| parent | cmake: remove debug message (diff) | |
| download | inkscape-57910ed55e04db8b183ac75f88996a5cf35b27d1.tar.gz inkscape-57910ed55e04db8b183ac75f88996a5cf35b27d1.zip | |
cmake: add C to project definition for the two C directories that we build
(bzr r5261)
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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)
|
