Merge pull request #305 from notyourav/mac-fix

fix cmake build for macos
This commit is contained in:
notyourav 2022-01-20 11:07:58 -08:00 committed by GitHub
commit 79d8d25be2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -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