mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-13 08:41:16 +00:00
build: Add new target codemeta
to generate codemeta.json
This commit is contained in:
parent
5ec3bb902e
commit
a736ec7e40
|
@ -72,6 +72,11 @@ endif()
|
|||
if(BUILD_TIDY_TOOL)
|
||||
add_subdirectory(fairmq/tidy)
|
||||
endif()
|
||||
|
||||
add_custom_target(codemeta
|
||||
python3 ${CMAKE_SOURCE_DIR}/meta_update.py --outdir ${CMAKE_BINARY_DIR} --set-version ${PROJECT_VERSION}
|
||||
WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}
|
||||
VERBATIM USES_TERMINAL)
|
||||
################################################################################
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user