Explorar o código

Fixed some paths for the Mac player.

Cameron Hart %!s(int64=14) %!d(string=hai) anos
pai
achega
a3a195a601
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      Player/Contents/CMakeLists.txt

+ 2 - 2
Player/Contents/CMakeLists.txt

@@ -40,7 +40,7 @@ ELSEIF(APPLE)
         Source/PolycodePlayer.mm
         Source/PolycodeCocoaPlayer.mm
     )
-    SEY(polycodeplayer_HDRS 
+    SET(polycodeplayer_HDRS 
         Include/PolycodePlayer.h
         Include/PolycodeCocoaPlayer.h
     )
@@ -68,4 +68,4 @@ IF(POLYCODE_INSTALL_PLAYER)
     IF(POLYCODE_BUILD_STATIC)
         INSTALL(TARGETS PolycodePlayer_static DESTINATION ${POLYCODE_RELEASE_DIR}/Player)
     ENDIF()
-ENDIF(POLYCODE_INSTALL_PLAYER)
+ENDIF(POLYCODE_INSTALL_PLAYER)