From 02aaba2f1ac722ac9d993892cdf842c45d09c665 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Sat, 19 Oct 2013 23:27:49 -0400 Subject: [PATCH] Linkage - Removing last remnants of parser lib. --- src/columns/CMakeLists.txt | 1 - src/commands/CMakeLists.txt | 1 - test/CMakeLists.txt | 6 ++---- 3 files changed, 2 insertions(+), 6 deletions(-) diff --git a/src/columns/CMakeLists.txt b/src/columns/CMakeLists.txt index 6f0f146df..652bf151a 100644 --- a/src/columns/CMakeLists.txt +++ b/src/columns/CMakeLists.txt @@ -3,7 +3,6 @@ include_directories (${CMAKE_SOURCE_DIR} ${CMAKE_SOURCE_DIR}/src ${CMAKE_SOURCE_DIR}/src/commands ${CMAKE_SOURCE_DIR}/src/columns - ${CMAKE_SOURCE_DIR}/src/parser ${TASK_INCLUDE_DIRS}) set (columns_SRCS Column.cpp Column.h diff --git a/src/commands/CMakeLists.txt b/src/commands/CMakeLists.txt index ce0c6f8b1..451e0724d 100644 --- a/src/commands/CMakeLists.txt +++ b/src/commands/CMakeLists.txt @@ -3,7 +3,6 @@ include_directories (${CMAKE_SOURCE_DIR} ${CMAKE_SOURCE_DIR}/src ${CMAKE_SOURCE_DIR}/src/commands ${CMAKE_SOURCE_DIR}/src/columns - ${CMAKE_SOURCE_DIR}/src/parser ${TASK_INCLUDE_DIRS}) set (commands_SRCS Command.cpp Command.h diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index b7350fbd7..936a683ba 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -16,7 +16,7 @@ if (${CMAKE_SOURCE_DIR} STREQUAL ${CMAKE_BINARY_DIR}) set (TESTBLOB "./*.t") if (CYGWIN) -set (TESTBLOB "./*.t ./*.t.exe") + set (TESTBLOB "./*.t ./*.t.exe") endif (CYGWIN) else (${CMAKE_SOURCE_DIR} STREQUAL ${CMAKE_BINARY_DIR}) @@ -28,9 +28,7 @@ endif (CYGWIN) endif (${CMAKE_SOURCE_DIR} STREQUAL ${CMAKE_BINARY_DIR}) -configure_file ( - run_all.in - run_all) +configure_file (run_all.in run_all) add_custom_target (test ./run_all --verbose DEPENDS ${test_SRCS} task_executable