Just use APPLE instead of IS_OSX for compiling in ObjC++
This commit is contained in:
parent
a70ccf5d13
commit
3a678fb738
|
|
@ -2,7 +2,7 @@ set(P3SHOWBASE_FILES
|
|||
showBase.cxx
|
||||
showBase.h)
|
||||
set(P3SHOWBASE_EXTRA_ARGS "")
|
||||
if(IS_OSX)
|
||||
if(APPLE)
|
||||
list(APPEND P3SHOWBASE_FILES showBase_assist.mm)
|
||||
endif()
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue