This commit is contained in:
@@ -9,16 +9,12 @@ FetchContent_Declare(ftxui
|
||||
GIT_SHALLOW TRUE
|
||||
EXCLUDE_FROM_ALL
|
||||
)
|
||||
FetchContent_MakeAvailable(ftxui)
|
||||
|
||||
FetchContent_Declare(toml11
|
||||
GIT_REPOSITORY https://github.com/ToruNiina/toml11.git
|
||||
GIT_TAG v4.4.0
|
||||
GIT_PROGRESS TRUE
|
||||
)
|
||||
FetchContent_MakeAvailable(toml11)
|
||||
|
||||
set(FTXUI_BUILD_MODULES ON)
|
||||
FetchContent_MakeAvailable(ftxui toml11)
|
||||
|
||||
add_executable(katja-cli main.cpp)
|
||||
target_sources(katja-cli PUBLIC FILE_SET all_my_modules TYPE CXX_MODULES FILES
|
||||
|
Reference in New Issue
Block a user