CMake
- cmake variables for the different installation paths (thanks to Pietro Cerutti)
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user