summaryrefslogtreecommitdiff
path: root/libs/libjson
diff options
context:
space:
mode:
authorprotomors <protomors@gmail.com>2018-06-02 11:01:17 +0300
committerGeorge Hazan <ghazan@miranda.im>2019-07-12 18:09:25 +0300
commitf118873f790b634e855b7b7637a1e837bd578fac (patch)
tree2c0703751d553760d210ccf68f6a51ad3c468d4e /libs/libjson
parentd865b2130712f8c9300ccebcf1f5542e41edaaac (diff)
CMake: reduced dependency from prebult libraries.
Diffstat (limited to 'libs/libjson')
-rw-r--r--libs/libjson/CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/libs/libjson/CMakeLists.txt b/libs/libjson/CMakeLists.txt
index 62b68e2eb2..acee348136 100644
--- a/libs/libjson/CMakeLists.txt
+++ b/libs/libjson/CMakeLists.txt
@@ -7,4 +7,5 @@ endif()
set(TARGET libjson)
include(${CMAKE_SOURCE_DIR}/cmake/lib.cmake)
-set_target_properties(${TARGET} PROPERTIES COMPILE_DEFINITIONS "LIBJSON_EXPORTS") \ No newline at end of file
+set_target_properties(${TARGET} PROPERTIES COMPILE_DEFINITIONS "LIBJSON_EXPORTS")
+target_link_libraries(${TARGET} mir_app) \ No newline at end of file