Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mRemoteNG/PuTTYNG.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Tatham <anakin@pobox.com>2021-10-10 16:30:37 +0300
committerSimon Tatham <anakin@pobox.com>2021-10-10 16:37:10 +0300
commit0377c689f24a704814ae180264c3cf075548032c (patch)
treefc048d77d4face8fbbe7fed41ec213c73d5c5347 /CMakeLists.txt
parente7dd2421cfaf6dd75b316c011e4b10843d2007a6 (diff)
Start a 'terminal' source subdirectory.
This contains terminal.c, bidi.c (formerly minibidi.c), and terminal.h. I'm about to make a couple more bidi-related source files, so it seems worth starting by making a place to put them that won't be cluttering up the top level.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 213f81af..18c76aa4 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -9,6 +9,8 @@ add_subdirectory(doc)
add_compile_definitions(HAVE_CMAKE_H)
+include_directories(terminal)
+
add_library(utils STATIC
${GENERATED_COMMIT_C})
add_dependencies(utils cmake_commit_c)
@@ -41,7 +43,8 @@ add_library(agent STATIC
sshpubk.c pageant.c aqsync.c)
add_library(guiterminal STATIC
- terminal.c ldisc.c minibidi.c config.c dialog.c
+ terminal/terminal.c terminal/bidi.c
+ ldisc.c config.c dialog.c
$<TARGET_OBJECTS:logging>)
add_library(noterminal STATIC