mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
CMake
- cmake variables for the different installation paths (thanks to Pietro Cerutti)
This commit is contained in:
parent
19ef6a672d
commit
10ef12b008
5 changed files with 14 additions and 7 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_executable DESTINATION bin)
|
||||
install (TARGETS task_executable DESTINATION ${TASK_BINDIR})
|
||||
|
||||
set (CMAKE_BUILD_TYPE debug)
|
||||
set (CMAKE_C_FLAGS_DEBUG "-ggdb3")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue