mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue