blob: 9bb6b61331fe9eefa6b9e0680a602c58cf87e88c (
plain) (
blame)
1
2
3
4
5
6
7
8
|
add_library(python-symbols-registry)
target_link_libraries(python-symbols-registry PUBLIC
contrib-libs-cxxsupp
yutil
)
target_sources(python-symbols-registry PRIVATE
${CMAKE_SOURCE_DIR}/library/python/symbols/registry/syms.cpp
)
|