- cmake variables for the different installation paths
  (thanks to Pietro Cerutti)
This commit is contained in:
Federico Hernandez 2011-03-01 18:59:40 +01:00
parent 19ef6a672d
commit 10ef12b008
5 changed files with 14 additions and 7 deletions

View file

@ -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")