From 033f293713d66dccfffc7e99d390531d08127c68 Mon Sep 17 00:00:00 2001 From: Konstantin Gindemit Date: Mon, 4 Sep 2023 15:20:23 +0200 Subject: [PATCH] ~ Trying to enable logging for the libraries that are build. --- projects/CMake/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/projects/CMake/CMakeLists.txt b/projects/CMake/CMakeLists.txt index fa90442..164f726 100644 --- a/projects/CMake/CMakeLists.txt +++ b/projects/CMake/CMakeLists.txt @@ -26,6 +26,8 @@ add_subdirectory(${RLOTTIE_ROOT} ${CMAKE_CURRENT_BINARY_DIR}/rlottie_build) include_directories ($) +add_definitions(-DLOTTIE_LOGGING_SUPPORT) + set (RLOTTIE_PLUGIN_LIBRARY_SOURCES ../../src/LottiePlugin.cpp)