mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Build
- Fixed broken build on CentOS.
This commit is contained in:
parent
56bc5cf755
commit
62d2dd316b
3 changed files with 3 additions and 2 deletions
|
@ -20,5 +20,5 @@ add_custom_target (build_tests DEPENDS ${test_SRCS}
|
|||
|
||||
foreach (src_FILE ${test_SRCS})
|
||||
add_executable (${src_FILE} "${src_FILE}.cpp" test.cpp)
|
||||
target_link_libraries (${src_FILE} task commands columns ${TASK_LIBRARIES})
|
||||
target_link_libraries (${src_FILE} task commands task columns ${TASK_LIBRARIES})
|
||||
endforeach (src_FILE)
|
||||
|
|
|
@ -26,6 +26,7 @@
|
|||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#include <iostream>
|
||||
#include <string.h>
|
||||
#include <File.h>
|
||||
#include <JSON.h>
|
||||
#include <Context.h>
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
|
||||
#include <Lexer.h>
|
||||
#include <Context.h>
|
||||
#include <Test.h>
|
||||
#include <test.h>
|
||||
|
||||
Context context;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue