mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 06:44:06 +02:00
remove .mm include for interface now that menu is gone
This commit is contained in:
parent
ef9c704bb1
commit
17904ee069
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ endif (WIN32)
|
|||
configure_file(InterfaceConfig.h.in ${PROJECT_BINARY_DIR}/includes/InterfaceConfig.h)
|
||||
|
||||
# grab the implementation and header files from src dir
|
||||
file(GLOB INTERFACE_SRCS src/*.mm src/*.cpp src/*.h)
|
||||
file(GLOB INTERFACE_SRCS src/*.cpp src/*.h)
|
||||
|
||||
if (APPLE)
|
||||
# set how the icon shows up in the Info.plist file
|
||||
|
|
Loading…
Reference in a new issue