Skip to content

Commit

Permalink
~ Trying to enable logging for the libraries that are build.
Browse files Browse the repository at this point in the history
  • Loading branch information
gindemit committed Sep 4, 2023
1 parent 2c10faa commit 033f293
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions projects/CMake/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ add_subdirectory(${RLOTTIE_ROOT} ${CMAKE_CURRENT_BINARY_DIR}/rlottie_build)

include_directories ($<BUILD_INTERFACE:${RLOTTIE_ROOT}/inc>)

add_definitions(-DLOTTIE_LOGGING_SUPPORT)

set (RLOTTIE_PLUGIN_LIBRARY_SOURCES
../../src/LottiePlugin.cpp)

Expand Down

0 comments on commit 033f293

Please sign in to comment.