mirror of
https://github.com/ArthurSonzogni/FTXUI.git
synced 2025-06-25 17:11:13 +08:00
fix workflows 3
This commit is contained in:
parent
dd37fba100
commit
cb8ebdeb44
@ -1,4 +1,4 @@
|
|||||||
cmake_minimum_required(VERSION 3.28)
|
cmake_minimum_required(VERSION 3.12)
|
||||||
|
|
||||||
project(ftxui
|
project(ftxui
|
||||||
LANGUAGES CXX
|
LANGUAGES CXX
|
||||||
@ -184,6 +184,6 @@ add_subdirectory(examples)
|
|||||||
|
|
||||||
# You can generate ./examples_modules/ by running
|
# You can generate ./examples_modules/ by running
|
||||||
# ./tools/generate_examples_modules.sh
|
# ./tools/generate_examples_modules.sh
|
||||||
if(EXISTS "examples_modules")
|
if(EXISTS "${CMAKE_CURRENT_SOURCE_DIR}/examples_modules/CMakeLists.txt")
|
||||||
add_subdirectory(examples_modules)
|
add_subdirectory(examples_modules)
|
||||||
endif()
|
endif()
|
||||||
|
Loading…
Reference in New Issue
Block a user