update CMake to use new ArchHooks_MacOSX.mm file

It is necessary to clear existing cmake cache and generate a new Xcode
project, following wolfman2000's instructions in ./Build/README.md

Witht that done, you can use the StepMania.xcodeproj generated by cmake
to successfully build a fresh StepMania.app and it properly logs the OS
X version.
This commit is contained in:
Dan Guzek
2015-03-25 23:03:23 -04:00
parent 2c16c6870c
commit e67c8e010a
+1 -1
View File
@@ -440,7 +440,7 @@ if(NOT APPLE)
endif(WIN32)
else(NOT APPLE)
list(APPEND SMDATA_ARCH_HOOKS_SRC
"arch/ArchHooks/ArchHooks_MacOSX.cpp"
"arch/ArchHooks/ArchHooks_MacOSX.mm"
)
list(APPEND SMDATA_ARCH_HOOKS_HPP
"arch/ArchHooks/ArchHooks_MacOSX.h"