mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-02 09:52:27 -04:00
CMake: Fix showbase build error on macOS
This commit is contained in:
parent
7d6386f2de
commit
c50bf63aee
@ -7,7 +7,7 @@ set(P3SHOWBASE_SOURCES
|
||||
)
|
||||
|
||||
if(APPLE)
|
||||
list(APPEND P3SHOWBASE_FILES showBase_assist.mm)
|
||||
list(APPEND P3SHOWBASE_SOURCES showBase_assist.mm)
|
||||
endif()
|
||||
|
||||
add_component_library(p3showbase NOINIT SYMBOL BUILDING_DIRECT_SHOWBASE
|
||||
|
Loading…
x
Reference in New Issue
Block a user