Move top level cmakelist up to main directory
This commit is contained in:
parent
2c0a393f77
commit
f1e4f432e6
4 changed files with 23 additions and 21 deletions
|
@ -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})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue