summaryrefslogtreecommitdiffstats
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorRadek Novacek <rnovacek@redhat.com>2012-07-23 12:56:49 +0200
committerRadek Novacek <rnovacek@redhat.com>2012-07-23 12:56:49 +0200
commitfcb9f58e9ad3a2df5b9e003441f341805cebc051 (patch)
tree5737668157aaf8d379700389302f192ebbfa54ad /src/CMakeLists.txt
parent7bc4421f26954c2acd817c690cbbde03a4391878 (diff)
downloadopenlmi-providers-fcb9f58e9ad3a2df5b9e003441f341805cebc051.tar.gz
openlmi-providers-fcb9f58e9ad3a2df5b9e003441f341805cebc051.tar.xz
openlmi-providers-fcb9f58e9ad3a2df5b9e003441f341805cebc051.zip
Start converting all providers to CMake
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
new file mode 100644
index 0000000..156d7d1
--- /dev/null
+++ b/src/CMakeLists.txt
@@ -0,0 +1,4 @@
+
+add_subdirectory(fan)
+add_subdirectory(power)
+add_subdirectory(service) \ No newline at end of file