diff options
| author | Slávek Banko <slavek.banko@axis.cz> | 2021-05-09 14:24:50 +0200 |
|---|---|---|
| committer | Slávek Banko <slavek.banko@axis.cz> | 2021-05-09 14:24:50 +0200 |
| commit | dc16d7e588328888160b904d71213c26dea0ac0c (patch) | |
| tree | 0688fe249229c71d1393c35a77c770442290654c /CMakeLists.txt | |
| parent | d7fce8ee6a5c227241788727096f7a3a54eb9e21 (diff) | |
| download | kima-dc16d7e5.tar.gz kima-dc16d7e5.zip | |
Updated to use new standalone tdehw library.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index c3c53eb..3fecd46 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -43,6 +43,7 @@ tde_setup_paths( ) option( WITH_ALL_OPTIONS "Enable all optional support" OFF ) option( WITH_GCC_VISIBILITY "Enable fvisibility and fvisibility-inlines-hidden" ${WITH_ALL_OPTIONS} ) +option( WITH_TDEHWLIB "Enable TDE hardware library support" ${WITH_ALL_OPTIONS} ) option( WITH_NVCONTROL "Build with NVidia control support" ${WITH_ALL_OPTIONS} ) |
