diff options
| author | theo3 <arisstephenson2@gmail.com> | 2022-01-20 11:06:16 -0800 |
|---|---|---|
| committer | theo3 <arisstephenson2@gmail.com> | 2022-01-20 11:06:16 -0800 |
| commit | d35bd59df6c646dd55b5cbe87f1c245508361812 (patch) | |
| tree | 9f0ecf4c7ee6fcc86cd31eeef2fffc2e69143b96 /tools | |
| parent | 1ab5c34eae72bb57e2a997c9bdc9074037f69811 (diff) | |
fix cmake build for macos
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/src/gbagfx/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/src/gbagfx/CMakeLists.txt b/tools/src/gbagfx/CMakeLists.txt index 54e5993c..85085b95 100644 --- a/tools/src/gbagfx/CMakeLists.txt +++ b/tools/src/gbagfx/CMakeLists.txt @@ -1,5 +1,7 @@ file(GLOB_RECURSE sources *.c) +set(CMAKE_FIND_FRAMEWORK LAST) + find_package(PNG REQUIRED) # TODO Makefile had a debug build with -DDEBUG |
