Skip to content

Commit f37295f

Browse files
committed
Add C to languages of CMake Project
1 parent dd61721 commit f37295f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ set_property(GLOBAL PROPERTY USE_FOLDERS ON)
1212
################################################################################
1313
# Project
1414

15-
project(Pipe VERSION 0.1 LANGUAGES CXX)
15+
project(Pipe VERSION 0.1 LANGUAGES CXX C)
1616

1717

1818
if(CMAKE_PROJECT_NAME STREQUAL PROJECT_NAME)

0 commit comments

Comments
 (0)