aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorFelix Morgner <felix.morgner@gmail.com>2026-06-17 11:17:59 +0200
committerFelix Morgner <felix.morgner@gmail.com>2026-06-17 17:52:24 +0200
commite38520f3493a37d500adbca2704e1837bfdc488f (patch)
treec815f9f8d0f29595bc66bf0693b1e053dbb610cd /CMakeLists.txt
parent6e05501e8786f651fbf871c414c50573e5fecfb8 (diff)
downloadttwhy-e38520f3493a37d500adbca2704e1837bfdc488f.tar.xz
ttwhy-e38520f3493a37d500adbca2704e1837bfdc488f.zip
app: implement simple echo
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 3091b9e..316b655 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -23,7 +23,7 @@ find_package("Threads")
add_library("asio" INTERFACE)
add_library("ext::asio" ALIAS "asio")
-target_include_directories("asio" INTERFACE
+target_include_directories("asio" SYSTEM INTERFACE
"${asio_SOURCE_DIR}/asio/include"
)
@@ -40,6 +40,7 @@ target_sources("ttwhy-core" PUBLIC
FILE_SET CXX_MODULES
FILES
+ "ttwhy/io.cppm"
"ttwhy/lib.cppm"
"ttwhy/scoped_attributes.cppm"
)