mirror of https://github.com/AxioDL/metaforce.git
Missing file fix
This commit is contained in:
parent
8301adc3d6
commit
1f637b57ab
|
@ -45,7 +45,7 @@ if(APPLE)
|
|||
CGameOptionsTouchBarMac.mm
|
||||
PROPERTIES COMPILE_FLAGS -fobjc-arc)
|
||||
bintoc(startButton.cpp Resources/startButton@2x.png START_BUTTON_2X)
|
||||
list(APPEND PLAT_SRCS startButton.c CGameOptionsTouchBarMac.mm)
|
||||
list(APPEND PLAT_SRCS startButton.cpp CGameOptionsTouchBarMac.mm)
|
||||
endif()
|
||||
|
||||
add_library(RuntimeCommon
|
||||
|
|
Loading…
Reference in New Issue