From 1c619afb87e92b89d80cfe4164f388f724995275 Mon Sep 17 00:00:00 2001 From: matlabbe Date: Tue, 25 Oct 2011 18:26:23 +0000 Subject: [PATCH] added cmake target in eclipse git-svn-id: http://find-object.googlecode.com/svn/trunk/find_object@12 620bd6b2-0a58-f614-fd9a-1bd335dccda9 --- .cproject | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) diff --git a/.cproject b/.cproject index ae283df8..6b45f00b 100644 --- a/.cproject +++ b/.cproject @@ -44,6 +44,43 @@ + + + + + cmake + -E chdir build/ cmake -G "MinGW Makefiles" -D CMAKE_BUILD_TYPE=Debug ../ + + true + false + true + + + cmake + -E chdir build/ cmake -G "MinGW Makefiles" -D CMAKE_BUILD_TYPE=Release ../ + + true + false + true + + + cmake + -E chdir build/ cmake -G "Unix Makefiles" -D CMAKE_BUILD_TYPE=Debug ../ + + true + false + true + + + cmake + -E chdir build/ cmake -G "Unix Makefiles" -D CMAKE_BUILD_TYPE=Release ../ + + true + false + true + + +