mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-09-01 09:17:19 +02:00
Linkage
- Changing linkage order.
This commit is contained in:
parent
d27bd24355
commit
4941248b6f
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ 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 commands columns task ${TASK_LIBRARIES})
|
||||
target_link_libraries (task_executable task commands columns ${TASK_LIBRARIES})
|
||||
|
||||
set_property (TARGET task_executable PROPERTY OUTPUT_NAME "task")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue