Add macOS desktop code
This commit is contained in:
parent
31dcb7f904
commit
a13dead8cf
|
|
@ -154,6 +154,9 @@ if(WIN32)
|
|||
include_directories(
|
||||
${CMAKE_CURRENT_BINARY_DIR}/windows
|
||||
)
|
||||
elseif(APPLE)
|
||||
list(APPEND MAIN_HEADERS src/mac-desktop.h)
|
||||
list(APPEND MAIN_SOURCE src/mac-desktop.mm)
|
||||
endif()
|
||||
|
||||
if (STEAM)
|
||||
|
|
|
|||
Loading…
Reference in New Issue