remove .mm include for interface now that menu is gone

This commit is contained in:
Stephen Birarda 2013-03-27 11:29:13 -07:00
parent ef9c704bb1
commit 17904ee069

View file

@ -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