mirror of
https://github.com/aseprite/aseprite.git
synced 2024-12-28 06:21:25 +00:00
Migrate clip module from aseprite to laf
This commit is contained in:
parent
ec4e82bdc0
commit
e21859c4af
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -24,9 +24,6 @@
|
|||||||
[submodule "third_party/libpng"]
|
[submodule "third_party/libpng"]
|
||||||
path = third_party/libpng
|
path = third_party/libpng
|
||||||
url = https://github.com/aseprite/libpng.git
|
url = https://github.com/aseprite/libpng.git
|
||||||
[submodule "src/clip"]
|
|
||||||
path = src/clip
|
|
||||||
url = https://github.com/aseprite/clip.git
|
|
||||||
[submodule "src/observable"]
|
[submodule "src/observable"]
|
||||||
path = src/observable
|
path = src/observable
|
||||||
url = https://github.com/aseprite/observable.git
|
url = https://github.com/aseprite/observable.git
|
||||||
|
2
laf
2
laf
@ -1 +1 @@
|
|||||||
Subproject commit c0c88e397a6c7dcdc78f0f67ee8bdb8e0d0760c5
|
Subproject commit 7397d460f67540f5feb3dbf72d95fc207cd9425d
|
@ -95,12 +95,6 @@ set(OBSERVABLE_TESTS OFF CACHE BOOL "Compile observable tests")
|
|||||||
add_subdirectory(observable)
|
add_subdirectory(observable)
|
||||||
include_directories(observable)
|
include_directories(observable)
|
||||||
|
|
||||||
# Disable clip examples and tests
|
|
||||||
set(CLIP_EXAMPLES OFF CACHE BOOL "Compile clip examples")
|
|
||||||
set(CLIP_TESTS OFF CACHE BOOL "Compile clip tests")
|
|
||||||
set(CLIP_X11_PNG_LIBRARY "${PNG_LIBRARY}")
|
|
||||||
add_subdirectory(clip)
|
|
||||||
|
|
||||||
# Disable undo tests
|
# Disable undo tests
|
||||||
set(UNDO_TESTS OFF CACHE BOOL "Compile undo tests")
|
set(UNDO_TESTS OFF CACHE BOOL "Compile undo tests")
|
||||||
add_subdirectory(undo)
|
add_subdirectory(undo)
|
||||||
|
1
src/clip
1
src/clip
@ -1 +0,0 @@
|
|||||||
Subproject commit 835cd0f7e7a964bb969482117856bc56a0ac12bf
|
|
Loading…
Reference in New Issue
Block a user