mirror of
https://github.com/libretro/ppsspp.git
synced 2025-02-06 09:06:55 +00:00
Forward the GOLD cmake variable to a CPP define.
This commit is contained in:
parent
2168acf558
commit
48c0b56db2
@ -79,6 +79,10 @@ if(NOT DEFINED HEADLESS)
|
|||||||
set(HEADLESS OFF)
|
set(HEADLESS OFF)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
if(GOLD)
|
||||||
|
add_definitions(-DGOLD)
|
||||||
|
endif()
|
||||||
|
|
||||||
# Doesn't link on some platforms
|
# Doesn't link on some platforms
|
||||||
#if(NOT DEFINED UNITTEST)
|
#if(NOT DEFINED UNITTEST)
|
||||||
# set(UNITTEST OFF)
|
# set(UNITTEST OFF)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user