Skip to content

Commit ad0c842

Browse files
committed
Make example project C++
1 parent 6e40b9c commit ad0c842

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cmake_minimum_required(VERSION 3.15)
2-
project(example C)
2+
project(example CXX)
33

44
find_package(ZLIB REQUIRED)
55

6-
add_executable(${PROJECT_NAME} src/main.c)
6+
add_executable(${PROJECT_NAME} src/main.cpp)
77
target_link_libraries(${PROJECT_NAME} ZLIB::ZLIB)
File renamed without changes.

0 commit comments

Comments
 (0)