Thorbjørn Lindeijer
fae42dbe12
CMake: Use find_package(PkgConfig) instead of direct include
...
This gets rid of the following warning:
```
CMake Warning (dev) at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:441 (message):
The package name passed to `find_package_handle_standard_args` (PkgConfig)
does not match the name of the calling package (HarfBuzz). This can lead
to problems in calling code that expects `find_package` result variables
(e.g., `_FOUND`) to follow a certain pattern.
Call Stack (most recent call first):
/usr/share/cmake/Modules/FindPkgConfig.cmake:114 (find_package_handle_standard_args)
aseprite/cmake/FindHarfBuzz.cmake:33 (include)
CMakeLists.txt:173 (find_package)
This warning is for project developers. Use -Wno-dev to suppress it.
```
By applying the following change:
407fa892d9
The file could use further updates based on the upstream version.
2025-09-12 11:18:52 -03:00
David Capello
422d74a271
Replace jpeglib with libjpeg-turbo
2024-04-23 11:33:55 -03:00
David Capello
02de9be1ab
Rename src/tests/test.h -> src/tests/app_test.h to avoid confusion with observable tests/test.h
2021-12-23 21:38:17 -03:00
Michał Janiszewski
593bc8db0e
Add CCache discovery to CMake
2021-04-15 11:51:42 +02:00
David Capello
14c046573a
Remove dependency with harfbuzz-icu
2020-03-06 16:19:14 -03:00
David Capello
00fa254573
Move C and C++ flags override to laf library
2020-03-02 10:55:51 -03:00
David Capello
a6fab8d1d9
Move os/ft/gfx libraries to laf
2018-08-09 16:36:11 -03:00
David Capello
5cb2d984f0
Rename she -> os
2018-08-09 12:58:43 -03:00
David Capello
f9c1c68012
Remove Allegro back-end ( #139 )
2018-08-09 11:43:35 -03:00
Azamat H. Hackimov
b1a6b668da
Add support for shared harfbuzz
...
-DUSE_SHARED_HARFBUZZ (OFF by default)
2017-10-31 17:51:55 +05:00
David Capello
c5c964bfcd
Update Skia to chrome/m62 (our aseprite-m62 branch)
2017-09-19 13:41:28 -03:00
David Capello
7cbf5fd420
Add some simple benchmarks for color blending functions
2017-07-18 17:03:12 -03:00
David Capello
c77ee9a6b5
Minor change in FindTests.cmake
2016-06-22 18:20:59 -03:00
David Capello
0430fe998c
Rename cmake/Find-tests.cmake to cmake/FindTests.cmake
2016-03-29 19:07:43 -03:00
Azamat H. Hackimov
981823227b
Some cleanup.
2016-03-29 17:53:06 +05:00
Azamat H. Hackimov
7964f1feb1
Make building tests optional
...
Added new option ENABLE_TESTS in CMake (ON by default)
2016-03-29 15:06:59 +05:00
David Capello
699d60b03f
Change scripting engine from V8 to duktape
2015-06-19 13:06:47 -03:00
David Capello
2acef11c55
Add missing FindV8.cmake to use find_package(V8)
2012-09-05 21:22:47 -03:00
David Capello
ed6090bc36
Convert all newline to LF style and remove all tabs.
...
This was done to avoid mixed files (CRLF & LF) in the repository.
2012-01-05 19:45:03 -03:00
David Capello
4fac1f119b
Remove requirement of ddraw.lib library, so we can compile with the latest DirectX SDK.
2011-07-26 23:42:14 -03:00
David Capello
9e4972fc53
Remove dependency with DirectInput and delete winput.c file.
2010-10-17 23:43:08 -03:00
David Capello
094f0b6e8f
Remove FindDSound. Update FindDxxx.cmake files to use DXSDK_DIR variable (as in Allegro 5).
2010-10-17 15:54:26 -03:00
David Capello
87d2d5595f
Move link flags and other cmake configuration from Allegro's CMakeLists.txt to the main CMakeLists.txt.
...
Remove all the "modules" stuff from Allegro's CMakeLists.txt
2010-10-16 17:02:12 -03:00