plug + basic parsing
This commit is contained in:
6
external/CMakeLists.txt
vendored
6
external/CMakeLists.txt
vendored
@@ -3,6 +3,7 @@ cmake_minimum_required(VERSION 3.24 FATAL_ERROR)
|
||||
include(FetchContent)
|
||||
|
||||
if (NOT TARGET imgui)
|
||||
message("II using FetchContent imgui")
|
||||
FetchContent_Declare(imgui
|
||||
GIT_REPOSITORY https://github.com/ocornut/imgui.git
|
||||
GIT_TAG d4ddc46e7
|
||||
@@ -35,6 +36,7 @@ endif()
|
||||
|
||||
# TODO: move entt dep into solanaceae_contact
|
||||
if (NOT TARGET EnTT::EnTT)
|
||||
message("II using FetchContent EnTT")
|
||||
FetchContent_Declare(EnTT
|
||||
GIT_REPOSITORY https://github.com/skypjack/entt.git
|
||||
GIT_TAG v3.12.2
|
||||
@@ -44,6 +46,7 @@ if (NOT TARGET EnTT::EnTT)
|
||||
endif()
|
||||
|
||||
if (NOT TARGET solanaceae_contact)
|
||||
message("II using FetchContent solanaceae_contact")
|
||||
FetchContent_Declare(solanaceae_contact
|
||||
GIT_REPOSITORY https://github.com/Green-Sky/solanaceae_contact.git
|
||||
GIT_TAG master
|
||||
@@ -53,6 +56,7 @@ if (NOT TARGET solanaceae_contact)
|
||||
endif()
|
||||
|
||||
if (NOT TARGET solanaceae_plugin)
|
||||
message("II using FetchContent solanaceae_plugin")
|
||||
FetchContent_Declare(solanaceae_plugin
|
||||
GIT_REPOSITORY https://github.com/Green-Sky/solanaceae_plugin.git
|
||||
GIT_TAG master
|
||||
@@ -62,6 +66,7 @@ if (NOT TARGET solanaceae_plugin)
|
||||
endif()
|
||||
|
||||
if (NOT TARGET solanaceae_toxcore)
|
||||
message("II using FetchContent solanaceae_toxcore")
|
||||
# set option to interface only? or make default
|
||||
FetchContent_Declare(solanaceae_toxcore
|
||||
GIT_REPOSITORY https://github.com/Green-Sky/solanaceae_toxcore.git
|
||||
@@ -72,6 +77,7 @@ if (NOT TARGET solanaceae_toxcore)
|
||||
endif()
|
||||
|
||||
if (NOT TARGET solanaceae_tox_contacts AND NOT TARGET solanaceae_tox_messages)
|
||||
message("II using FetchContent solanaceae_tox")
|
||||
FetchContent_Declare(solanaceae_tox
|
||||
GIT_REPOSITORY https://github.com/Green-Sky/solanaceae_tox.git
|
||||
GIT_TAG master
|
||||
|
Reference in New Issue
Block a user