Add a build action
All checks were successful
Test / build (push) Successful in 21s

This commit is contained in:
2025-08-01 21:18:16 +02:00
parent 96817ee672
commit d2dea66ddb
4 changed files with 44 additions and 11 deletions

View File

@@ -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