Browse Source

CMake: Fix showbase build error on macOS

Sam Edwards 7 years ago
parent
commit
c50bf63aee
1 changed files with 1 additions and 1 deletions
  1. 1 1
      direct/src/showbase/CMakeLists.txt

+ 1 - 1
direct/src/showbase/CMakeLists.txt

@@ -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