mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
CMake
- install command for task binary had wrong target
This commit is contained in:
parent
e2d11d8575
commit
9429c96172
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ add_executable (task_executable main.cpp)
|
|||
target_link_libraries (task_executable task ${TASK_LIBRARIES})
|
||||
set_property (TARGET task_executable PROPERTY OUTPUT_NAME "task")
|
||||
|
||||
install (TARGETS task DESTINATION bin)
|
||||
install (TARGETS task_executable DESTINATION bin)
|
||||
|
||||
set (CMAKE_BUILD_TYPE debug)
|
||||
set (CMAKE_C_FLAGS_DEBUG "-ggdb3")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue