Skip to content

Commit

Permalink
Fixed CmakeList to update linkes to USB_ALG94
Browse files Browse the repository at this point in the history
  • Loading branch information
avtoku committed Aug 23, 2024
1 parent 251a57b commit 890df3f
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions common/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,7 @@ include_directories(
Drivers/CMSIS/Include
../common
../common/drivers
../common/AL94_USB_Composite
../common/AL94_USB_Composite/App
../common/AL94_USB_Composite/Class/CDC_ACM/Inc
../common/AL94_USB_Composite/Class/COMPOSITE/Inc
../common/AL94_USB_Composite/Core/Inc
../common/AL94_USB_Composite/Target
../common/USB_AL94
specific
)

Expand All @@ -51,7 +46,7 @@ file(GLOB_RECURSE VARMINT_SOURCES
"Drivers/*.c"
"../common/*.cpp"
"../common/drivers/*.cpp"
"../common/AL94_USB_Composite/*.c"
"../common/USB_AL94/*.c"
"specific/*.cpp"
)

Expand Down

0 comments on commit 890df3f

Please sign in to comment.