mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Linkage
- More link order changes.
This commit is contained in:
parent
4941248b6f
commit
14e017695e
1 changed files with 2 additions and 2 deletions
|
@ -55,8 +55,8 @@ set (task_SRCS A3.cpp A3.h
|
|||
add_library (task STATIC ${task_SRCS})
|
||||
add_executable (task_executable main.cpp)
|
||||
|
||||
# Yes, 'task' is included twice, other linking fails on CentOS.
|
||||
target_link_libraries (task_executable task commands columns ${TASK_LIBRARIES})
|
||||
# Yes, 'task' is included twice, other linking fails on assorted OSes.
|
||||
target_link_libraries (task_executable task commands columns task ${TASK_LIBRARIES})
|
||||
|
||||
set_property (TARGET task_executable PROPERTY OUTPUT_NAME "task")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue