Skip to content

Commit

Permalink
build: Add new target codemeta to generate codemeta.json
Browse files Browse the repository at this point in the history
  • Loading branch information
dennisklein committed Sep 11, 2023
1 parent 5ec3bb9 commit aa9ed80
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,11 @@ endif()
if(BUILD_TIDY_TOOL)
add_subdirectory(fairmq/tidy)
endif()

add_custom_target(codemeta
python ${CMAKE_SOURCE_DIR}/meta_update.py --outdir ${CMAKE_BINARY_DIR} --set-version ${PROJECT_VERSION}
WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}
VERBATIM USES_TERMINAL)
################################################################################


Expand Down

0 comments on commit aa9ed80

Please sign in to comment.