diff options
| author | Elvis Angelaccio <[email protected]> | 2019-01-28 22:38:21 +0100 |
|---|---|---|
| committer | Elvis Angelaccio <[email protected]> | 2019-01-28 22:38:21 +0100 |
| commit | 8bc93b564c283a677e02dc2ac71b40b63a990e38 (patch) | |
| tree | b0838ad5e265d42dd5da7f8ff58532aac95daca4 /src/CMakeLists.txt | |
| parent | 52c019c9cbf679af5c24438bbe840ef890ae3f92 (diff) | |
Introduce HAVE_TERMINAL
Source code should check for features detected during configure-time,
rather than checking for a specific OS.
See also commit 87e8d0ba5f.
Diffstat (limited to 'src/CMakeLists.txt')
| -rw-r--r-- | src/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 7222dcde1..1b4c943d4 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -4,6 +4,8 @@ configure_file(config-baloo.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/config-baloo.h) configure_file(config-dolphin.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/config-dolphin.h) +configure_file(config-terminal.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/config-terminal.h) + add_definitions( -DTRANSLATION_DOMAIN=\"dolphin\" ) |
