Skip to content

Commit

Permalink
Add opencv
Browse files Browse the repository at this point in the history
  • Loading branch information
Chi-EEE committed Jan 11, 2024
1 parent e195feb commit 9bf0cef
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions app/raspberry_pi/xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,10 @@ add_requires("nlohmann_json")
add_requires("spdlog")
add_requires("fmt")

-- SunFounder Car
add_requires("opencv 4.8.0")
add_requires("rplidar")
if is_plat("linux", "macosx") then
-- For the SunFounder Car
add_requires("pca9685")
add_requires("tb6612")
end
Expand Down Expand Up @@ -50,7 +51,7 @@ target("raspberry_pi")
add_packages("pca9685")
add_packages("tb6612")

add_headerfiles("include/**.h")
add_headerfiles("include/**.hpp")

add_headerfiles("src/**.h")
add_files("src/**.cpp", "src/**.cxx")
Expand Down

0 comments on commit 9bf0cef

Please sign in to comment.