Initial commit
This commit is contained in:
8
AgIsoVirtualTerminal/cmake/FindCAN_Stack.cmake
Normal file
8
AgIsoVirtualTerminal/cmake/FindCAN_Stack.cmake
Normal file
@@ -0,0 +1,8 @@
|
||||
if(NOT TARGET isobus::isobus)
|
||||
include(FetchContent)
|
||||
FetchContent_Declare(
|
||||
CAN_Stack
|
||||
GIT_REPOSITORY https://github.com/Open-Agriculture/AgIsoStack-plus-plus.git
|
||||
GIT_TAG a71c186efd189b45759364ddf790b5634b8ba878)
|
||||
FetchContent_MakeAvailable(CAN_Stack)
|
||||
endif()
|
||||
8
AgIsoVirtualTerminal/cmake/FindJUCE.cmake
Normal file
8
AgIsoVirtualTerminal/cmake/FindJUCE.cmake
Normal file
@@ -0,0 +1,8 @@
|
||||
if(NOT TARGET JUCE::JUCE)
|
||||
include(FetchContent)
|
||||
FetchContent_Declare(
|
||||
JUCE
|
||||
GIT_REPOSITORY https://github.com/juce-framework/JUCE.git
|
||||
GIT_TAG 7.0.8)
|
||||
FetchContent_MakeAvailable(JUCE)
|
||||
endif()
|
||||
Reference in New Issue
Block a user