fixed gtest paths for linux

This commit is contained in:
Nick Bolton 2011-04-28 12:10:57 +00:00
parent a4d9eca006
commit b5fa1a086e
2 changed files with 3 additions and 3 deletions

View File

@ -50,7 +50,7 @@ set(inc
../../lib/net
../../lib/platform
../../lib/synergy
../../../../tools/gtest/include
../../../tools/gtest/include
)
if (UNIX)

View File

@ -14,7 +14,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
set(src
../../../../tools/gtest/src/gtest_main.cc
../../../tools/gtest/src/gtest_main.cc
synergy/CClipboardTests.cpp
)
@ -28,7 +28,7 @@ set(inc
../../lib/net
../../lib/platform
../../lib/synergy
../../../../tools/gtest/include
../../../tools/gtest/include
)
if (UNIX)