-
- Downloads
Update CMake usage to enable C++17 (#156)
The target_compile_features command allows setting PUBLIC compile features for the library, making it implicit for the applications linking it. This reduces the CMake boilerplate required to set up a dependent project (eg. ftxui-starter).
Showing
- cmake/ftxui_benchmark.cmake 0 additions, 1 deletioncmake/ftxui_benchmark.cmake
- cmake/ftxui_set_options.cmake 2 additions, 2 deletionscmake/ftxui_set_options.cmake
- cmake/ftxui_test.cmake 0 additions, 1 deletioncmake/ftxui_test.cmake
- doc/mainpage.md 0 additions, 3 deletionsdoc/mainpage.md
- examples/component/CMakeLists.txt 0 additions, 1 deletionexamples/component/CMakeLists.txt
- examples/dom/CMakeLists.txt 0 additions, 1 deletionexamples/dom/CMakeLists.txt
- examples/util/CMakeLists.txt 0 additions, 1 deletionexamples/util/CMakeLists.txt
Loading
Please register or sign in to comment