mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Linkage
- Removing last remnants of parser lib.
This commit is contained in:
parent
14e017695e
commit
02aaba2f1a
3 changed files with 2 additions and 6 deletions
|
@ -3,7 +3,6 @@ include_directories (${CMAKE_SOURCE_DIR}
|
||||||
${CMAKE_SOURCE_DIR}/src
|
${CMAKE_SOURCE_DIR}/src
|
||||||
${CMAKE_SOURCE_DIR}/src/commands
|
${CMAKE_SOURCE_DIR}/src/commands
|
||||||
${CMAKE_SOURCE_DIR}/src/columns
|
${CMAKE_SOURCE_DIR}/src/columns
|
||||||
${CMAKE_SOURCE_DIR}/src/parser
|
|
||||||
${TASK_INCLUDE_DIRS})
|
${TASK_INCLUDE_DIRS})
|
||||||
|
|
||||||
set (columns_SRCS Column.cpp Column.h
|
set (columns_SRCS Column.cpp Column.h
|
||||||
|
|
|
@ -3,7 +3,6 @@ include_directories (${CMAKE_SOURCE_DIR}
|
||||||
${CMAKE_SOURCE_DIR}/src
|
${CMAKE_SOURCE_DIR}/src
|
||||||
${CMAKE_SOURCE_DIR}/src/commands
|
${CMAKE_SOURCE_DIR}/src/commands
|
||||||
${CMAKE_SOURCE_DIR}/src/columns
|
${CMAKE_SOURCE_DIR}/src/columns
|
||||||
${CMAKE_SOURCE_DIR}/src/parser
|
|
||||||
${TASK_INCLUDE_DIRS})
|
${TASK_INCLUDE_DIRS})
|
||||||
|
|
||||||
set (commands_SRCS Command.cpp Command.h
|
set (commands_SRCS Command.cpp Command.h
|
||||||
|
|
|
@ -16,7 +16,7 @@ if (${CMAKE_SOURCE_DIR} STREQUAL ${CMAKE_BINARY_DIR})
|
||||||
|
|
||||||
set (TESTBLOB "./*.t")
|
set (TESTBLOB "./*.t")
|
||||||
if (CYGWIN)
|
if (CYGWIN)
|
||||||
set (TESTBLOB "./*.t ./*.t.exe")
|
set (TESTBLOB "./*.t ./*.t.exe")
|
||||||
endif (CYGWIN)
|
endif (CYGWIN)
|
||||||
|
|
||||||
else (${CMAKE_SOURCE_DIR} STREQUAL ${CMAKE_BINARY_DIR})
|
else (${CMAKE_SOURCE_DIR} STREQUAL ${CMAKE_BINARY_DIR})
|
||||||
|
@ -28,9 +28,7 @@ endif (CYGWIN)
|
||||||
|
|
||||||
endif (${CMAKE_SOURCE_DIR} STREQUAL ${CMAKE_BINARY_DIR})
|
endif (${CMAKE_SOURCE_DIR} STREQUAL ${CMAKE_BINARY_DIR})
|
||||||
|
|
||||||
configure_file (
|
configure_file (run_all.in run_all)
|
||||||
run_all.in
|
|
||||||
run_all)
|
|
||||||
|
|
||||||
add_custom_target (test ./run_all --verbose
|
add_custom_target (test ./run_all --verbose
|
||||||
DEPENDS ${test_SRCS} task_executable
|
DEPENDS ${test_SRCS} task_executable
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue