Skip to content

Commit b731ba9

Browse files
committed
compile stuff
1 parent cdcfbc3 commit b731ba9

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.DS_Store

0 Bytes
Binary file not shown.

pi/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.28)
22
project(Propulsion_2024)
33

44
set(CMAKE_CXX_STANDARD 14)
5-
add_compile_options("-g")
5+
add_compile_options("-DMOCK_RPI")
66

77
include_directories(
88
../lib

0 commit comments

Comments
 (0)