diff options
author | Luke T. Shumaker <lukeshu@lukeshu.com> | 2024-10-14 18:29:15 -0600 |
---|---|---|
committer | Luke T. Shumaker <lukeshu@lukeshu.com> | 2024-10-14 18:29:15 -0600 |
commit | 3dcbd43ecd77c28762b0595475893ff052c0444a (patch) | |
tree | 9823d647e98811bc33f19152217b0bfc72edb8ed /libnetio/CMakeLists.txt | |
parent | 1427269e8650964713505728eda84bfec1f685e1 (diff) |
wip libnet rewrite
Diffstat (limited to 'libnetio/CMakeLists.txt')
-rw-r--r-- | libnetio/CMakeLists.txt | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/libnetio/CMakeLists.txt b/libnetio/CMakeLists.txt deleted file mode 100644 index fcfecfd..0000000 --- a/libnetio/CMakeLists.txt +++ /dev/null @@ -1,13 +0,0 @@ -# libnetio/CMakeLists.txt - Build script for libnetio support library -# -# Copyright (C) 2024 Luke T. Shumaker <lukeshu@lukeshu.com> -# SPDX-Licence-Identifier: AGPL-3.0-or-later - -add_library(libnetio INTERFACE) -target_sources(libnetio INTERFACE - netio_posix.c -) -target_link_libraries(libnetio INTERFACE - libcr_ipc -) -target_include_directories(libnetio SYSTEM INTERFACE ${CMAKE_CURRENT_LIST_DIR}/include) |