summaryrefslogtreecommitdiffstats
path: root/src/common/json/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/json/CMakeLists.txt')
-rw-r--r--src/common/json/CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/common/json/CMakeLists.txt b/src/common/json/CMakeLists.txt
new file mode 100644
index 00000000000..1497daf93db
--- /dev/null
+++ b/src/common/json/CMakeLists.txt
@@ -0,0 +1,4 @@
+add_library(json_structures STATIC
+ BalancerStructures.cc ConfigStructures.cc OSDStructures.cc)
+
+ target_link_libraries(json_structures global) \ No newline at end of file