mirror of
https://github.com/reactos/reactos.git
synced 2024-11-11 01:04:11 +00:00
10 lines
148 B
Text
10 lines
148 B
Text
|
|
||
|
list(APPEND SOURCE dummy.c)
|
||
|
|
||
|
if(ARCH MATCHES powerpc)
|
||
|
list(APPEND SOURCE
|
||
|
mmuutil.c)
|
||
|
endif(ARCH MATCHES powerpc)
|
||
|
|
||
|
add_library(ppcmmu ${SOURCE})
|