diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2021-10-17 11:25:32 +0200 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2021-10-17 11:25:32 +0200 |
commit | 5216205056cbb5bc7b1eb26c490b96a9c38801d9 (patch) | |
tree | 5bd25e301139d37f5a938f8b82dbfbf57bc80b0a /CMakeLists.txt | |
parent | c364ec3b81af2ee708129867d6db189838c9f343 (diff) | |
download | tdv-5216205056cbb5bc7b1eb26c490b96a9c38801d9.tar.gz tdv-5216205056cbb5bc7b1eb26c490b96a9c38801d9.tar.xz tdv-5216205056cbb5bc7b1eb26c490b96a9c38801d9.zip |
README: make sdgui more of a first-class citizen
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index e2b9083..3d24172 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -79,7 +79,7 @@ if (WITH_X11) endif () pkg_check_modules (gtk gtk+-3.0) -option (WITH_GUI "Build a work-in-progress GTK+ UI" ${gtk_FOUND}) +option (WITH_GUI "Build an alternative GTK+ UI" ${gtk_FOUND}) link_directories (${dependencies_LIBRARY_DIRS}) include_directories (${ZLIB_INCLUDE_DIRS} ${icu_INCLUDE_DIRS} |