mirror of
https://gitlab.com/dosowisko.net/libsuperderpy.git
synced 2024-12-12 12:08:00 +01:00
cmake: Define RASPBERRYPI macro on Raspberry Pi builds
This commit is contained in:
parent
1e90740241
commit
8e57250047
1 changed files with 4 additions and 0 deletions
|
@ -229,6 +229,10 @@ if (NOT LIBSUPERDERPY_CONFIG_INCLUDED)
|
|||
add_definitions(-DPOCKETCHIP=1)
|
||||
endif(POCKETCHIP)
|
||||
|
||||
if(RASPBERRYPI)
|
||||
add_definitions(-DRASPBERRYPI=1)
|
||||
endif(RASPBERRYPI)
|
||||
|
||||
if(VITA)
|
||||
add_definitions(-DLIBSUPERDERPY_VITA_HEAP_SIZE=${VITA_HEAP_SIZE})
|
||||
endif(VITA)
|
||||
|
|
Loading…
Reference in a new issue