summaryrefslogtreecommitdiff
path: root/src/3rdparty/os2
diff options
context:
space:
mode:
Diffstat (limited to 'src/3rdparty/os2')
-rw-r--r--src/3rdparty/os2/CMakeLists.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/3rdparty/os2/CMakeLists.txt b/src/3rdparty/os2/CMakeLists.txt
new file mode 100644
index 000000000..8edc63479
--- /dev/null
+++ b/src/3rdparty/os2/CMakeLists.txt
@@ -0,0 +1,7 @@
+add_files(
+ getaddrinfo.c
+ getaddrinfo.h
+ getnameinfo.c
+ getnameinfo.h
+ CONDITION OPTION_OS2
+)