diff --git a/laf b/laf index 7c819791e..02ed21d12 160000 --- a/laf +++ b/laf @@ -1 +1 @@ -Subproject commit 7c819791e50116b54e0666dbf96822e0993d1d1f +Subproject commit 02ed21d1214ff913150fe3caf1470f2ee0dc6f14 diff --git a/src/dio/CMakeLists.txt b/src/dio/CMakeLists.txt index fd0ade1f6..343e0b0d4 100644 --- a/src/dio/CMakeLists.txt +++ b/src/dio/CMakeLists.txt @@ -1,4 +1,5 @@ # Aseprite Document IO Library +# Copyright (c) 2022 Igara Studio S.A. # Copyright (c) 2016-2018 David Capello add_library(dio-lib @@ -15,3 +16,6 @@ target_link_libraries(dio-lib laf-base fixmath-lib doc-lib) + +target_include_directories(dio-lib + PUBLIC ${CMAKE_CURRENT_SOURCE_DIR}/..) diff --git a/src/dio/LICENSE.txt b/src/dio/LICENSE.txt index 11bc16b7b..3fa39272d 100644 --- a/src/dio/LICENSE.txt +++ b/src/dio/LICENSE.txt @@ -1,4 +1,4 @@ -Copyright (c) 2018-2021 Igara Studio S.A. +Copyright (c) 2018-2022 Igara Studio S.A. Copyright (c) 2016-2018 David Capello Permission is hereby granted, free of charge, to any person obtaining diff --git a/src/doc/CMakeLists.txt b/src/doc/CMakeLists.txt index ddaead008..391c06a39 100644 --- a/src/doc/CMakeLists.txt +++ b/src/doc/CMakeLists.txt @@ -1,5 +1,5 @@ # Aseprite Document Library -# Copyright (C) 2019-2021 Igara Studio S.A. +# Copyright (C) 2019-2022 Igara Studio S.A. # Copyright (C) 2001-2018 David Capello if(WIN32) @@ -82,3 +82,6 @@ target_link_libraries(doc-lib laf-base fixmath-lib cityhash) + +target_include_directories(doc-lib + PUBLIC ${CMAKE_CURRENT_SOURCE_DIR}/..) diff --git a/src/doc/LICENSE.txt b/src/doc/LICENSE.txt index 3b086de25..57fe1c7e5 100644 --- a/src/doc/LICENSE.txt +++ b/src/doc/LICENSE.txt @@ -1,4 +1,4 @@ -Copyright (c) 2018-2021 Igara Studio S.A. +Copyright (c) 2018-2022 Igara Studio S.A. Copyright (c) 2001-2018 David Capello Permission is hereby granted, free of charge, to any person obtaining diff --git a/src/fixmath/CMakeLists.txt b/src/fixmath/CMakeLists.txt index 081211ef6..2a2d55f2b 100644 --- a/src/fixmath/CMakeLists.txt +++ b/src/fixmath/CMakeLists.txt @@ -6,3 +6,6 @@ add_library(fixmath-lib target_link_libraries(fixmath-lib laf-base) + +target_include_directories(fixmath-lib + PUBLIC ${CMAKE_CURRENT_SOURCE_DIR}/..)