Skip to content

Commit

Permalink
Update the 'main' target
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 683217281
  • Loading branch information
oprypin authored and copybara-github committed Oct 8, 2024
1 parent a6a40ed commit d089c67
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions pytype/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ toplevel_py_binary(
MAIN
main.py
DEPS
.main_deps
.main
)

py_library(
Expand Down Expand Up @@ -324,6 +324,20 @@ py_library(
pytype.rewrite.rewrite
)

py_library(
NAME
main
DEPS
._utils
.config
.io
.load_pytd
.metrics
pytype.imports.imports
pytype.pytd.pytd
pytype.pytd.parse.parse
)

py_library(
NAME
matcher
Expand Down Expand Up @@ -760,20 +774,6 @@ py_test(
pytype.tests.test_base
)

py_library(
NAME
main_deps
DEPS
._utils
.config
.io
.load_pytd
.metrics
pytype.imports.imports
pytype.pytd.pytd
pytype.pytd.parse.parse
)

add_subdirectory(abstract)
add_subdirectory(ast)
add_subdirectory(blocks)
Expand Down

0 comments on commit d089c67

Please sign in to comment.