chore(CMakeLists.txt): standard_lib target generates TAGS for library
This commit is contained in:
parent
2cf6cf19c0
commit
103cf57a46
1 changed files with 1 additions and 1 deletions
|
@ -343,7 +343,7 @@ if("${CROSS_COMPILE}" MATCHES "ON")
|
|||
else()
|
||||
add_custom_target(
|
||||
standard_lib ALL
|
||||
COMMAND ${PYTHON_EXECUTABLE} ${LEAN_SOURCE_DIR}/../bin/linja
|
||||
COMMAND ${PYTHON_EXECUTABLE} ${LEAN_SOURCE_DIR}/../bin/linja all tags
|
||||
DEPENDS ${CMAKE_BINARY_DIR}/shell/lean
|
||||
WORKING_DIRECTORY ${LEAN_SOURCE_DIR}/../library
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue