From 171113535983029ab395341c8f8f3c92f320ea1a Mon Sep 17 00:00:00 2001 From: Radek Novacek Date: Fri, 27 Jul 2012 09:35:03 +0200 Subject: Unify logging through all providers Needs to be ported to sfcb/pegasus standard logging, using stderr for now. --- src/CMakeLists.txt | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/CMakeLists.txt') diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 156d7d1..b794abc 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -1,3 +1,8 @@ +include_directories(.) + +add_library(curacommon SHARED + globals.c +) add_subdirectory(fan) add_subdirectory(power) -- cgit