Files
ESP-VI/AgIsoVirtualTerminal/cmake/FindJUCE.cmake
2025-03-09 15:25:03 -05:00

9 lines
207 B
CMake

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()