From e0200ce29e34f44b70bc32a4376671d75a5ce814 Mon Sep 17 00:00:00 2001 From: Jason Watkins Date: Mon, 8 Jun 2015 09:33:18 -0700 Subject: [PATCH] Fix CMakeLists for Linux builds. - Removed source file that no longer exists. --- xpcPlugin/CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/xpcPlugin/CMakeLists.txt b/xpcPlugin/CMakeLists.txt index ca964b5..d07ae27 100644 --- a/xpcPlugin/CMakeLists.txt +++ b/xpcPlugin/CMakeLists.txt @@ -13,7 +13,6 @@ SET(CMAKE_CXX_COMPILER g++) add_library(xpc64 SHARED XPCPlugin.cpp DataManager.cpp - DataMaps.cpp Drawing.cpp Log.cpp Message.cpp @@ -24,7 +23,6 @@ set_target_properties(xpc64 PROPERTIES COMPILE_FLAGS "-m64" LINK_FLAGS "-shared add_library(xpc32 SHARED XPCPlugin.cpp DataManager.cpp - DataMaps.cpp Drawing.cpp Log.cpp Message.cpp