From 99a396d487d6cc277c2635ef13ef42720ac62795 Mon Sep 17 00:00:00 2001 From: "psyc://psyced.org/~lynX" <@> Date: Wed, 20 Apr 2011 21:36:33 +0200 Subject: [PATCH] how did this get here? --- tests/CMakeLists.txt | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 tests/CMakeLists.txt diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt deleted file mode 100644 index ecffeda..0000000 --- a/tests/CMakeLists.txt +++ /dev/null @@ -1,18 +0,0 @@ -cmake_minimum_required(VERSION 2.6) - - -FILE(GLOB SRC - parser.c - init.cpp - MainWindow.* - interface.cpp - Window.* - ConnectWindow.h - ) - -if(GTKMM_FOUND) - include_directories(${GTKMM_INCLUDE_DIRS}) - add_executable(nprog ${NPROG_CLIENT_SRC}) - target_link_libraries(nprog ${GTKMM_LIBRARIES} -pthread -lgthread-2.0 -lrt -lglib-2.0 ) -endif() -