mirror of
https://github.com/aseprite/aseprite.git
synced 2025-03-14 04:19:12 +00:00
Merge branch 'main' into beta
This commit is contained in:
commit
7e1d3832f0
2
laf
2
laf
@ -1 +1 @@
|
||||
Subproject commit 7c819791e50116b54e0666dbf96822e0993d1d1f
|
||||
Subproject commit 02ed21d1214ff913150fe3caf1470f2ee0dc6f14
|
@ -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}/..)
|
||||
|
@ -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
|
||||
|
@ -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}/..)
|
||||
|
@ -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
|
||||
|
@ -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}/..)
|
||||
|
Loading…
x
Reference in New Issue
Block a user