Sync edgetx to Gitea
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
# Fetch maxLibQt source code from Github
|
||||
|
||||
include(FetchContent)
|
||||
|
||||
FetchContent_Declare(
|
||||
maxLibQt
|
||||
GIT_REPOSITORY https://github.com/edgetx/maxLibQt
|
||||
GIT_TAG 7e433da60d3f2e975d46afc91804a88029cd1b78
|
||||
)
|
||||
|
||||
FetchContent_MakeAvailable(maxLibQt)
|
||||
|
||||
message("Fetched maxLibQt source code from Github: ${maxLibQt_SOURCE_DIR}")
|
||||
include_directories(
|
||||
${maxLibQt_SOURCE_DIR}
|
||||
${maxLibQt_BINARY_DIR}
|
||||
)
|
||||
Reference in New Issue
Block a user