From a2d55e4bead65d211b1c84e3b2a2a55b70f852d8 Mon Sep 17 00:00:00 2001 From: Florent Le Coz Date: Mon, 23 Jun 2014 01:00:21 +0200 Subject: Rename cmake target test->test_suite for cmake 3.0 See CMP0037 --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 3d634b1..947e8fe 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -175,8 +175,8 @@ endif() ## Tests # -add_executable(test src/test.cpp) -target_link_libraries(test +add_executable(test_suite src/test.cpp) +target_link_libraries(test_suite xmpp irc bridge -- cgit v1.2.3