Skip to content

Commit 71a0017

Browse files
committed
chore: update CMakeLists.txt to set minimum CMake version and define project
1 parent 809f18c commit 71a0017

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

host/spike/CMakeLists.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
1+
cmake_minimum_required(VERSION 3.10)
2+
project(spike LANGUAGES C CXX)
3+
14
add_subdirectory(customext)

0 commit comments

Comments
 (0)