Skip to content

Commit 4e70b86

Browse files
committed
cmake: mark as c++ project
1 parent c83cbea commit 4e70b86

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cmake_minimum_required(VERSION 3.13 FATAL_ERROR)
22

3-
project(MyProcessor)
3+
project(MyProcessor CXX)
44

55
include(dependencies.cmake)
66

0 commit comments

Comments
 (0)