From bcc2c2b3761b818f91e365f6ba5f43842410aca9 Mon Sep 17 00:00:00 2001 From: open-license-manager <rillf@maildrop.cc> Date: 周三, 23 4月 2014 17:51:04 +0800 Subject: [PATCH] calculate disk identifiers --- src/library/os/linux/CMakeLists.txt | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/library/os/linux/CMakeLists.txt b/src/library/os/linux/CMakeLists.txt index 436f2fb..1bdbb26 100644 --- a/src/library/os/linux/CMakeLists.txt +++ b/src/library/os/linux/CMakeLists.txt @@ -1,4 +1,5 @@ ADD_LIBRARY(os STATIC + os-linux.c os-linux.cpp ) -- Gitblit v1.9.1