mirror of https://github.com/zeldaret/tmc.git
fix cmake build for macos
This commit is contained in:
parent
1ab5c34eae
commit
d35bd59df6
|
|
@ -1,5 +1,7 @@
|
||||||
file(GLOB_RECURSE sources *.c)
|
file(GLOB_RECURSE sources *.c)
|
||||||
|
|
||||||
|
set(CMAKE_FIND_FRAMEWORK LAST)
|
||||||
|
|
||||||
find_package(PNG REQUIRED)
|
find_package(PNG REQUIRED)
|
||||||
|
|
||||||
# TODO Makefile had a debug build with -DDEBUG
|
# TODO Makefile had a debug build with -DDEBUG
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue