Skip to content
Snippets Groups Projects
Select Git revision
0 results

CMakeLists.txt

Blame
    • Tushar Maheshwari's avatar
      5ee4ec40
      Update CMake usage to enable C++17 (#156) · 5ee4ec40
      Tushar Maheshwari authored
      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).
      5ee4ec40
      History
      Update CMake usage to enable C++17 (#156)
      Tushar Maheshwari authored
      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).