From 17904ee069e8719714d55ddc38376281aecf1115 Mon Sep 17 00:00:00 2001 From: Stephen Birarda Date: Wed, 27 Mar 2013 11:29:13 -0700 Subject: [PATCH] remove .mm include for interface now that menu is gone --- interface/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/CMakeLists.txt b/interface/CMakeLists.txt index 3526224148..bfeadda6d9 100644 --- a/interface/CMakeLists.txt +++ b/interface/CMakeLists.txt @@ -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