diff --git a/CMakeLists.txt b/CMakeLists.txt index 67bdf24..8167498 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -22,11 +22,11 @@ else() endif() include_directories(${GLM_INCLUDE_DIR} + ${JSONCPP_INCLUDE_DIRS} ${KODI_INCLUDE_DIR}/.. # Hack way with "/..", need bigger Kodi cmake rework to match right include ways ${PROJECT_SOURCE_DIR}/lib) list(APPEND DEPLIBS ${JSONCPP_LIBRARIES}) -list(APPEND INCLUDES ${JSONCPP_INCLUDE_DIRS}) if(CORE_SYSTEM_NAME STREQUAL osx OR CORE_SYSTEM_NAME STREQUAL ios OR diff --git a/visualization.shadertoy/addon.xml.in b/visualization.shadertoy/addon.xml.in index 1b8fcf4..c61cd3d 100644 --- a/visualization.shadertoy/addon.xml.in +++ b/visualization.shadertoy/addon.xml.in @@ -1,7 +1,7 @@ @ADDON_DEPENDS@ diff --git a/visualization.shadertoy/changelog.txt b/visualization.shadertoy/changelog.txt index 120de3d..fb49c9e 100644 --- a/visualization.shadertoy/changelog.txt +++ b/visualization.shadertoy/changelog.txt @@ -1,3 +1,6 @@ +[B]19.1.1[/B] +- Fix possible compile error about missing jsoncpp include + [B]19.1.0[/B] - Add new custom shader list feature: - Move existing shader list from add-on code to the default 'presets.json' file