From c759967ad403a22b5baa729f9b6b395f9c766cd4 Mon Sep 17 00:00:00 2001 From: jin-eld Date: Fri, 23 Aug 2013 11:31:38 +0300 Subject: Remove toxic from core repository New location is: https://github.com/Tox/toxic --- testing/toxic/CMakeLists.txt | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 testing/toxic/CMakeLists.txt (limited to 'testing/toxic/CMakeLists.txt') diff --git a/testing/toxic/CMakeLists.txt b/testing/toxic/CMakeLists.txt deleted file mode 100644 index b59cb55e..00000000 --- a/testing/toxic/CMakeLists.txt +++ /dev/null @@ -1,28 +0,0 @@ -cmake_minimum_required(VERSION 2.6.0) -project(toxic C) - -execute_process(COMMAND git rev-list HEAD --count OUTPUT_VARIABLE COMMIT) -SET(GCC_COVERAGE_COMPILE_FLAGS '-DTOXICVER="0.1.1_r${COMMIT}"') -add_definitions(${GCC_COVERAGE_COMPILE_FLAGS}) -set(exe_name toxic) - -add_executable(${exe_name} - main.c - windows.c - prompt.c - friendlist.c - dhtstatus.c - chat.c - configdir.c) - -if(CURSES_HAVE_WIDE_CHAR) - add_definitions( -D_XOPEN_SOURCE_EXTENDED ) - add_definitions( -DHAVE_WIDE_CHAR ) -endif() - -include_directories(${CURSES_INCLUDE_DIR}) - -target_link_libraries(${exe_name} - ${CURSES_LIBRARIES}) - -linkCoreLibraries(${exe_name}) -- cgit v1.2.3