Initial commit
This commit is contained in:
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