Move top level cmakelist up to main directory

This commit is contained in:
mdiluzio 2014-12-30 18:32:17 +00:00
parent 2c0a393f77
commit f1e4f432e6
4 changed files with 23 additions and 21 deletions

View file

@ -19,7 +19,7 @@ target_link_libraries( ttrts-gen ttrts )
# Run the gen_usage script to generate our usage header
add_custom_target(
ttrts-gen-maps ALL
${CMAKE_SOURCE_DIR}/../scripts/gen_maps.sh "${CMAKE_CURRENT_BINARY_DIR}/ttrts-gen"
${CMAKE_SOURCE_DIR}/scripts/gen_maps.sh "${CMAKE_CURRENT_BINARY_DIR}/ttrts-gen"
)
add_dependencies(ttrts-gen-maps ${PROJECT_NAME})