Skip to content

Commit

Permalink
fix: Adds GPS includes
Browse files Browse the repository at this point in the history
  • Loading branch information
ntlhui committed Nov 13, 2024
1 parent 1e87b30 commit 94e0e77
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion pc_hal/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,14 @@ project(smartfin_pc)
set(CMAKE_CXX_STANDARD 11)
set(CMAKE_CXX_STANDARD_REQUIRED ON)

include_directories(../src/ .)
include_directories(
.
../src/
../lib/tracker-edge/src
../lib/gps-ublox/src
../lib/gps-nmea-parser/src
../lib/gps-quectel/src
)

set(SMARTFIN_SOURCE_FILES
main.cpp
Expand Down

0 comments on commit 94e0e77

Please sign in to comment.