summaryrefslogtreecommitdiffstats
path: root/common/os
diff options
context:
space:
mode:
Diffstat (limited to 'common/os')
-rw-r--r--common/os/CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/common/os/CMakeLists.txt b/common/os/CMakeLists.txt
index 84c259d2..39d5c106 100644
--- a/common/os/CMakeLists.txt
+++ b/common/os/CMakeLists.txt
@@ -6,3 +6,7 @@ add_library(os STATIC
w32tiger.c
os.cxx
tls.cxx)
+
+if(UNIX)
+ libtool_create_control_file(os)
+endif()